Bladeren bron

createByBatches值 类型

LD 5 jaren geleden
bovenliggende
commit
818ec9f2bb
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      app/Services/StationTaskMaterialBoxService.php

+ 2 - 1
app/Services/StationTaskMaterialBoxService.php

@@ -38,7 +38,8 @@ class StationTaskMaterialBoxService
         $this->stationTaskBatchService=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_listByBatch = new Collection();