diff --git a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/outbound/vehicledemand/service/impl/VehicleDemandServiceImpl.java b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/outbound/vehicledemand/service/impl/VehicleDemandServiceImpl.java index 4fa7f0c..f81950c 100644 --- a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/outbound/vehicledemand/service/impl/VehicleDemandServiceImpl.java +++ b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/outbound/vehicledemand/service/impl/VehicleDemandServiceImpl.java @@ -101,7 +101,10 @@ public class VehicleDemandServiceImpl extends ServiceImpl newChoices = new HashMap<>(choices.get(i)); - newChoices.put(iogisticsPrice.getCarType() + "," +iogisticsPrice.getCarLong(), newChoices.getOrDefault(iogisticsPrice.getCarType() + "," +iogisticsPrice.getCarLong(), 0) + 1); + newChoices.put(iogisticsPrice.getCarType() + "," + iogisticsPrice.getCarLong() + + "," + iogisticsPrice.getSupplierCode(), + newChoices.getOrDefault(iogisticsPrice.getCarType() + "," +iogisticsPrice.getCarLong() + + "," + iogisticsPrice.getSupplierCode(), 0) + 1); choices.put(next, newChoices); } } @@ -134,12 +137,14 @@ public class VehicleDemandServiceImpl extends ServiceImpl