|
|
@@ -242,8 +242,6 @@ class ForeignHaiRoboticsService
|
|
|
LogService::log('海柔请求','putBinToStore_fromCacheShelf1', '');
|
|
|
LogService::log('海柔请求','putBinToStore_fromCacheShelf2', json_encode($stationTaskMaterialBox));
|
|
|
|
|
|
- $this->instant($this->stationService,'StationService');
|
|
|
-
|
|
|
// 缓存架格口
|
|
|
$formLocation = $stationTaskMaterialBox['station']['code'];
|
|
|
|
|
|
@@ -266,6 +264,7 @@ class ForeignHaiRoboticsService
|
|
|
'status' => $stationTaskMaterialBox['status']='处理中',
|
|
|
'station_id' => $stationTaskMaterialBox['station']['id']?? '',
|
|
|
]);
|
|
|
+ $stationTaskMaterialBox->stationTask()->update(['status' => '完成']);
|
|
|
}
|
|
|
return $controlSuccess;
|
|
|
}
|