支付提交
This commit is contained in:
@@ -56,11 +56,11 @@ class GetPotentialListWithInCompanyV1Controller extends BaseController
|
||||
}
|
||||
|
||||
if (!empty($device)) {
|
||||
$where[] = ['d.deviceId', '=', $device];
|
||||
// $where[] = ['d.deviceId', '=', $device];
|
||||
}
|
||||
|
||||
if (!empty($taskId)) {
|
||||
$where[] = ['t.sceneId', '=', $taskId];
|
||||
//$where[] = ['t.sceneId', '=', $taskId];
|
||||
}
|
||||
$where[] = ['s.companyId', '=', $this->getUserInfo('companyId')];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user