zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -27,11 +27,11 @@ Boolean cancel(Long segmentId, Long userId); Segment getCurrWaitingSeg(Long travelId, Long agvId); Segment getCurrRunningSeg(Long agvId, Long codeId); List<Integer> selectUsedBackpacks(Long travelId, Long agvId); Segment hasRollerWaitingNow(Long travelId, Long agvId, Long codeId, TaskPosDto.PosType posType); Segment getRollerWaiting(Long agvId, Long codeId, TaskPosDto.PosType posType);