ajun 5 лет назад
Родитель
Сommit
8a6f6cb8aa
1 измененных файлов с 1 добавлено и 1 удалено
  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'] = '放';