瀏覽代碼

施工单完成一半

cqpCow 1 年之前
父節點
當前提交
81f5fcbdaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/ConstructionService.php

+ 1 - 1
app/Service/ConstructionService.php

@@ -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)