diff --git a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverpreparevehicle/BusHandoverPrepareVehicleService.java b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverpreparevehicle/BusHandoverPrepareVehicleService.java index d63ed9c701..5f77bd6681 100644 --- a/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverpreparevehicle/BusHandoverPrepareVehicleService.java +++ b/anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/bushandoverpreparevehicle/BusHandoverPrepareVehicleService.java @@ -148,7 +148,8 @@ public class BusHandoverPrepareVehicleService extends MybatisBaseService busVehicleInformationList = busVehicleInformationService.selectByMainSids(busVehicleInformationHandover.getSid()); busVehicleInformationList.removeAll(Collections.singleton(null)); if (busVehicleInformationList.isEmpty() && !vo.isOnBoardDataState()) { - vo.setOnBoardDataStateStr("接收确认"); +// vo.setOnBoardDataStateStr("接收确认"); + vo.setOnBoardDataState(false); }else{ //随车资料的状态控制 if(busVehicleInformationHandover.getCompleteState() == 0){//未完成 @@ -159,6 +160,7 @@ public class BusHandoverPrepareVehicleService extends MybatisBaseService