|
|
@ -125,7 +125,7 @@ public class BusHandoverPrepareVehicleService extends MybatisBaseService<BusHand |
|
|
|
list.removeAll(Collections.singleton(null)); |
|
|
|
if(listTwo.size() <=1){ |
|
|
|
HandoverInformationIntemVo handoverInformationIntemVo = listTwo.get(0); |
|
|
|
if(StringUtils.isNotBlank(handoverInformationIntemVo.getRecTime())){ |
|
|
|
if(StringUtils.isBlank(handoverInformationIntemVo.getRecTime())){ |
|
|
|
vo.setOnBoardDataState(false); |
|
|
|
}else{ |
|
|
|
vo.setOnBoardDataState(true); |
|
|
|