|
@@ -216,7 +216,7 @@ class DeleteService extends Service
|
|
|
if(! empty($data['man'])){
|
|
|
//负责人清除
|
|
|
ConstructionInfo::where('del_time',0)
|
|
|
- ->whereIn('construction_id',$data['id'])
|
|
|
+ ->where('construction_id',$data['id'])
|
|
|
->where('type', CustomerInfo::type_three)
|
|
|
->update(['del_time' => $time]);
|
|
|
|