Bladeren bron

BUG修复

Zhouzhendong 4 jaren geleden
bovenliggende
commit
14ba271b5d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app/Services/StationTaskBatchService.php

+ 1 - 1
app/Services/StationTaskBatchService.php

@@ -194,7 +194,7 @@ class StationTaskBatchService
         }
         }
         $taskIds = data_get($stationTaskBatch_orCollection, '*.id');
         $taskIds = data_get($stationTaskBatch_orCollection, '*.id');
         $this->markProcessing_byIds($taskIds);
         $this->markProcessing_byIds($taskIds);
-        $this->handleStorage($stationTaskBatch_orCollection);
+        app("StorageService")->handleStorage($stationTaskBatch_orCollection);
     }
     }
     function markProcessing_byIds($ids)
     function markProcessing_byIds($ids)
     {
     {