Explorar o código

版本大修改

cqp hai 2 meses
pai
achega
92486fff9e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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,
             ]);
         }