修改【使用增加计划功能增加计划时,可能出现既是入库计划又是折返计划情况】的bug
This commit is contained in:
parent
ff4b3c1d51
commit
d557113276
@ -21,7 +21,8 @@ import club.joylink.rtss.vo.client.PageVO;
|
||||
import club.joylink.rtss.vo.client.runplan.*;
|
||||
import club.joylink.rtss.vo.client.runplan.user.RunPlanRoutingVO;
|
||||
import club.joylink.rtss.vo.client.runplan.user.RunPlanRunlevelVO;
|
||||
import club.joylink.rtss.vo.map.*;
|
||||
import club.joylink.rtss.vo.map.MapVO;
|
||||
import club.joylink.rtss.vo.map.RealLineConfigVO;
|
||||
import club.joylink.rtss.vo.map.graph.MapSectionNewVO;
|
||||
import club.joylink.rtss.vo.map.graph.MapStationNewVO;
|
||||
import club.joylink.rtss.vo.map.graph.MapStationStandNewVO;
|
||||
@ -759,13 +760,12 @@ public class RunPlanDraftService implements IRunPlanDraftService {
|
||||
// tripVO.setIsInbound(true);
|
||||
tripVO.setIsReentry(false);
|
||||
// tripVO.setIsOutbound(false);
|
||||
} else if (i == 0) {
|
||||
tripVO.setIsReentry(true);
|
||||
// tripVO.setIsInbound(false);
|
||||
} else {
|
||||
// tripVO.setIsInbound(false);
|
||||
tripVO.setIsReentry(true);
|
||||
// tripVO.setIsOutbound(false);
|
||||
if (tripVO.getIsInbound() != null && tripVO.getIsInbound()) { //入库计划
|
||||
tripVO.setIsReentry(false);
|
||||
} else { //非入库计划
|
||||
tripVO.setIsReentry(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
//是否为备用车
|
||||
|
Loading…
Reference in New Issue
Block a user