@@ -189,7 +189,7 @@ class ConstructionService extends Service
try {
DB::beginTransaction();
- Construction::whereIn('id',$data['id'])->update([
+ Construction::where('id',$data['id'])->update([
'del_time'=> time()
]);
ConstructionInfo::where('del_time',0)