|
|
@@ -149,8 +149,6 @@ public class TransportDubboServiceImpl implements TransportDubboService {
|
|
|
actualAmount = logisticsOrderDTO.getLoadAmount();
|
|
|
} else if (DictEnum.CHARGING_TYPE_2.equals(billingMode)) {
|
|
|
actualAmount = logisticsOrderDTO.getUnloadAmount();
|
|
|
- } else {
|
|
|
- throw new BusinessException("单据计费方式错误!");
|
|
|
}
|
|
|
BigDecimal price = logisticsOrderDTO.getPrice() == null ? new BigDecimal("0.00") : logisticsOrderDTO.getPrice();
|
|
|
logisticsOrderDTO.setTaxMoney(actualAmount.multiply(price));
|