|
|
@ -28,6 +28,7 @@ package com.yxt.anrui.buscenter.biz.bushandoverpreparevehicle; |
|
|
|
import cn.hutool.core.bean.BeanUtil; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.yxt.anrui.base.common.enums.CertificState; |
|
|
|
import com.yxt.anrui.buscenter.api.bushandoverprepare.BusHandoverPrepare; |
|
|
|
import com.yxt.anrui.buscenter.api.bushandoverprepare.HandoverInformationIntemVo; |
|
|
|
import com.yxt.anrui.buscenter.api.bushandoverpreparevehicle.*; |
|
|
@ -166,7 +167,13 @@ public class BusHandoverPrepareVehicleService extends MybatisBaseService<BusHand |
|
|
|
vo.setOnBoardDataStateStr("接收确认"); |
|
|
|
} |
|
|
|
}else{ |
|
|
|
vo.setOnBoardDataState(true); |
|
|
|
if(CertificState.TransferState.TRANSTATE_YYJ.getCode().equals(busVehicleInformationHandover.getTransferStateKey())){ |
|
|
|
vo.setOnBoardDataState(true); |
|
|
|
}else{ |
|
|
|
vo.setOnBoardDataState(false); |
|
|
|
vo.setOnBoardDataStateStr("接收确认"); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|