作者 jiawen
1 个管道 的构建 通过 耗费 0 秒

名片详情变量初始值

... ... @@ -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) {
... ...