提交测试

liweidong
liweidong-hj 1 month ago
parent 0276a383a7
commit 77fe02d798
  1. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/logistics/controller/PipelineController.java
  2. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/logistics/service/impl/TaskExecuteRecordServiceImpl.java

@ -142,7 +142,7 @@ public class PipelineController extends BladeController {
boolean isPassed = pipelineService.receiveBoxArriveConveyorEnd(boxBarcode); boolean isPassed = pipelineService.receiveBoxArriveConveyorEnd(boxBarcode);
return R.data(true); return R.data(isPassed);
} }

@ -57,9 +57,9 @@ public class TaskExecuteRecordServiceImpl extends BaseServiceImpl<TaskExecuteRe
@Autowired @Autowired
IStationService stationService; IStationService stationService;
@Autowired @Autowired
AgvTaskTypeUtil agvTaskTypeUtil; AgvTaskTypeUtil agvTaskTypeUtil;
@Autowired @Autowired
IVirtualShelvesService virtualShelvesService; IVirtualShelvesService virtualShelvesService;

Loading…
Cancel
Save