Browse Source

优化交车准备随车资料状态显示

zhanglei
dimengzhe 2 years ago
parent
commit
6a2b6736e6
  1. 2
      anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverpreparevehicle/BusHandoverPrepareVehicleService.java

2
anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverpreparevehicle/BusHandoverPrepareVehicleService.java

@ -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);

Loading…
Cancel
Save