|
|
@ -692,7 +692,7 @@ public class BusSalesOrderModelService extends MybatisBaseService<BusSalesOrderM |
|
|
|
} |
|
|
|
List<BusSalesVehicleOrder> orderList = busSalesVehicleOrderService.selectByOrderSid(salesOrderSid); |
|
|
|
orderList.removeAll(Collections.singleton(null)); |
|
|
|
if (vinList.size() > 0) { |
|
|
|
if (orderList.size() > 0) { |
|
|
|
List<String> topSidLists = orderList.stream().map(v -> v.getTopSid()).filter(StringUtils::isNotBlank).collect(Collectors.toList()); |
|
|
|
if (topSidLists.size() > 0) { |
|
|
|
//清除上装信息
|
|
|
|