...
|
...
|
@@ -155,6 +155,7 @@ class CardController extends RestBaseController |
|
|
->where(['topic_id' => $data['id'],'user_id' => $this->userId,'type' =>1])
|
|
|
->field('id')
|
|
|
->find();
|
|
|
$do1 = true;
|
|
|
if (!$is_exist) {
|
|
|
//排除业务员自己
|
|
|
if ($this->userType == 3) {
|
...
|
...
|
|