|
|
@@ -1814,7 +1814,7 @@ public class KwtLogisticsOrderConsignmentService {
|
|
|
KwtLogisticsOrderAmount orderAmount = new KwtLogisticsOrderAmount();
|
|
|
BigDecimal defaultBigDecimal = new BigDecimal("0.00");
|
|
|
orderAmount.setLOrderId(orderId);
|
|
|
- orderAmount.setLAddressId(addressId);
|
|
|
+ orderAmount.setLAddressId(loadOrderAddress.getId());
|
|
|
orderAmount.setAmount(address.getAmount());
|
|
|
orderAmount.setSubcontractAmount(defaultBigDecimal);
|
|
|
orderAmount.setEntrustAmount(defaultBigDecimal);
|
|
|
@@ -1886,7 +1886,7 @@ public class KwtLogisticsOrderConsignmentService {
|
|
|
KwtLogisticsOrderAmount orderAmount = new KwtLogisticsOrderAmount();
|
|
|
BigDecimal defaultBigDecimal = new BigDecimal("0.00");
|
|
|
orderAmount.setLOrderId(orderId);
|
|
|
- orderAmount.setLAddressId(addressId);
|
|
|
+ orderAmount.setLAddressId(unloadOrderAddress.getId());
|
|
|
orderAmount.setAmount(address.getAmount());
|
|
|
orderAmount.setSubcontractAmount(defaultBigDecimal);
|
|
|
orderAmount.setEntrustAmount(defaultBigDecimal);
|