cqp 2 сар өмнө
parent
commit
92486fff9e

+ 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,
             ]);
         }