Преглед на файлове

createByBatches值 类型

LD преди 5 години
родител
ревизия
818ec9f2bb
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      app/Services/StationTaskMaterialBoxService.php

+ 2 - 1
app/Services/StationTaskMaterialBoxService.php

@@ -38,7 +38,8 @@ class StationTaskMaterialBoxService
         $this->stationTaskBatchService=null;
         $this->stationTaskBatchService=null;
         $this->stationTaskCommodityService=null;
         $this->stationTaskCommodityService=null;
     }
     }
-    function createByBatches(array $batches,Collection $stationTasks_toAttach): Collection
+
+    function createByBatches(Collection $batches,Collection $stationTasks_toAttach): Collection
     {
     {
         $stationTaskMaterialBoxes = (function () use ($batches) {
         $stationTaskMaterialBoxes = (function () use ($batches) {
             $stationTaskMaterialBoxes_listByBatch = new Collection();
             $stationTaskMaterialBoxes_listByBatch = new Collection();