支付提交

This commit is contained in:
wong
2025-09-23 16:43:18 +08:00
parent a8a9cf76df
commit 7ed368a137
7 changed files with 778 additions and 4 deletions

View File

@@ -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')];