|
|
@ -154,7 +154,7 @@ public class BusHandoverPrepareVehicleService extends MybatisBaseService<BusHand |
|
|
|
//根据随车资料主表sid查询随车资料的记录
|
|
|
|
List<HandoverInformationIntemVo> listTwo = busVehicleInformationService.selectByMainSid(busVehicleInformationHandover.getSid()); |
|
|
|
list.removeAll(Collections.singleton(null)); |
|
|
|
if(listTwo.size() <=1){ |
|
|
|
if(listTwo.size() ==1){ |
|
|
|
HandoverInformationIntemVo handoverInformationIntemVo = listTwo.get(0); |
|
|
|
if(StringUtils.isBlank(handoverInformationIntemVo.getRecTime())){ |
|
|
|
vo.setOnBoardDataState(false); |
|
|
|