|
|
@@ -834,8 +834,9 @@ public class KwtTransportCommonService {
|
|
|
for (LineFreightAddressRes address : lineFreightAddress.values()) {
|
|
|
BigDecimal decimal = amountMap.get(address.getId());
|
|
|
if (decimal != null) {
|
|
|
- BigDecimal sum = address.getTransportPrice().multiply(decimal).setScale(2, RoundingMode.HALF_UP);
|
|
|
- actualAmount = actualAmount.add(sum);
|
|
|
+// BigDecimal sum = address.getTransportPrice().multiply(decimal).setScale(2, RoundingMode.HALF_UP);
|
|
|
+// actualAmount = actualAmount.add(address.getTransportAmount());
|
|
|
+ actualAmount = actualAmount.add(address.getTransportAmount());
|
|
|
}
|
|
|
}
|
|
|
}
|