|
|
@ -882,7 +882,7 @@ public class BusHandoverService extends MybatisBaseService<BusHandoverMapper, Bu |
|
|
|
sb.append("合格证").append("、"); |
|
|
|
sbKey.append("002").append("、"); |
|
|
|
} |
|
|
|
if (prepareVehicle.getOnBoardDataState() > 0) { |
|
|
|
if (prepareVehicle.getOnBoardDataState() == 0 || prepareVehicle.getOnBoardDataState() == 1) { |
|
|
|
BusVehicleInformationHandoverDetailsListVo data = busVehicleInformationHandoverService.detailsByVinSid(handoverWait.getVinSid()).getData(); |
|
|
|
if (null != data) { |
|
|
|
if (data.getInformations().size() > 0) { |
|
|
@ -1596,7 +1596,7 @@ public class BusHandoverService extends MybatisBaseService<BusHandoverMapper, Bu |
|
|
|
sb.append("合格证").append("、"); |
|
|
|
sbKey.append("002").append("、"); |
|
|
|
} |
|
|
|
if (prepareVehicle.getOnBoardDataState() > 0) { |
|
|
|
if (prepareVehicle.getOnBoardDataState() == 0 || prepareVehicle.getOnBoardDataState() == 1) { |
|
|
|
BusVehicleInformationHandoverDetailsListVo data = busVehicleInformationHandoverService.detailsByVinSid(handoverWait.getVinSid()).getData(); |
|
|
|
if (null != data) { |
|
|
|
if (data.getInformations().size() > 0) { |
|
|
|