@ -142,7 +142,7 @@ public class PipelineController extends BladeController {
boolean isPassed = pipelineService.receiveBoxArriveConveyorEnd(boxBarcode);
return R.data(true);
return R.data(isPassed);
}
@ -57,9 +57,9 @@ public class TaskExecuteRecordServiceImpl extends BaseServiceImpl<TaskExecuteRe
@Autowired
IStationService stationService;
AgvTaskTypeUtil agvTaskTypeUtil;
IVirtualShelvesService virtualShelvesService;