瀏覽代碼

版本大修改

cqp 2 月之前
父節點
當前提交
92486fff9e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Service/ApplyOrderService.php

+ 2 - 1
app/Service/ApplyOrderService.php

@@ -1897,7 +1897,8 @@ class ApplyOrderService extends Service
         //更新派工单完工数量----------------------------------------------------
         foreach ($update as $id => $num){
             DispatchSub::where('id', $id)->update([
-                'finished_num' => $num
+                'finished_num' => $num,
+                'wg_status' => 1,
             ]);
         }