Kaynağa Gözat

putBinToStoreTest 修改

ajun 5 yıl önce
ebeveyn
işleme
8a6f6cb8aa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Services/CacheShelfService.php

+ 1 - 1
app/Services/CacheShelfService.php

@@ -91,7 +91,7 @@ class   CacheShelfService
         $putStationTaskMaterialBox = $this->stationTaskMaterialBoxService->create([
             'station_id' => $formStation['id'],
             'material_box_id' => $takeStationTaskMaterialBox['material_box_id'],
-            'status' => '处理',
+            'status' => '处理',
         ]);
         $putStationTaskMaterialBox['station_task_id'] = $stationTask->first()['id'];
         $putStationTaskMaterialBox['type'] = '放';