电话获客

This commit is contained in:
wong
2025-08-13 17:02:36 +08:00
parent 5ef40510ce
commit f5dd5e8191
5 changed files with 262 additions and 328 deletions

View File

@@ -43,7 +43,7 @@ class GetPotentialListWithInCompanyV1Controller extends BaseController
}
if ($device = $this->request->param('device')) {
if ($device = $this->request->param('deviceId')) {
$where['d.deviceId'] = $device;
}