cqp 1 月之前
父节点
当前提交
093f716bbd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Service/Box/BoxService.php

+ 1 - 0
app/Service/Box/BoxService.php

@@ -832,6 +832,7 @@ class BoxService extends Service
             DispatchSub::where('id', $id)->update([
                 'finished_num' => DB::raw('finished_num + '.$value['finished_num']),
                 'waste_num' => DB::raw('waste_num + '.$value['waste_num']),
+                'wg_status' => 1,
             ]);
         }