代码提交

This commit is contained in:
wong
2025-06-26 14:26:46 +08:00
parent b9879b1cee
commit 01414c62ef
3 changed files with 17 additions and 9 deletions

View File

@@ -117,7 +117,8 @@ class GetPlanSceneListV1Controller extends BaseController
{
return Db::name('customer_acquisition_task')
->where('sceneId', $sceneId)
->where('status', 1)
->where('companyId',$this->getUserInfo('companyId'))
->where('deleteTime', 0)
->count();
}