|
|
@ -2463,9 +2463,9 @@ public class BusDeliveredApplyService extends MybatisBaseService<BusDeliveredApp |
|
|
|
busSidList.removeAll(applyBusSidList); |
|
|
|
//根据合同编号以及车辆sid查询busVinSid
|
|
|
|
List<String> busVinSidList = baseMapper.selectByContractNoToVinSid(dto.getContractId(), vinSid); |
|
|
|
busSidList.removeAll(busVinSidList); |
|
|
|
busVinSidList.removeAll(Collections.singleton(null)); |
|
|
|
if (busVinSidList.isEmpty()) { |
|
|
|
busSidList.removeAll(busVinSidList); |
|
|
|
if (busSidList.isEmpty()) { |
|
|
|
isTrue = true; |
|
|
|
} |
|
|
|
//是否是最后一批出库车辆
|
|
|
|