|
|
@@ -54,7 +54,8 @@ class StationTaskBatchService
|
|
|
$this->batchService = app('BatchService');
|
|
|
|
|
|
$stationTaskBatches_toCreate = new Collection();
|
|
|
- $id_stationTaskBatchType = $this->stationTaskBatchTypeService->firstByWhere('name', 'U型线分捡');
|
|
|
+ $stationTaskBatchType = $this->stationTaskBatchTypeService->firstByWhere('name', 'U型线分捡');
|
|
|
+ $id_stationTaskBatchType=$stationTaskBatchType['id']??'';
|
|
|
|
|
|
$batches_handled = collect();
|
|
|
foreach ($batches as $batch) {
|