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