md
This commit is contained in:
parent
e81f3f7ea9
commit
8dc9c4146a
@ -485,7 +485,7 @@ public class EmisTmsCostFeeServiceImpl implements IEmisTmsCostFeeService
|
||||
splitItem.setDestPlace(quotePriceItem.getNextSiteName());
|
||||
|
||||
splitItem.setBillMonth(DateUtils.parseDateToStr(DateUtils.YYYY_MM, waybill.getSendDate()));
|
||||
splitItem.setTradeDate(waybill.getSignDate());
|
||||
splitItem.setTradeDate(quotePriceItem.getEtd());
|
||||
|
||||
// 成本分摊
|
||||
splitItem.setFeeType("1004"); // 网点机场操作费
|
||||
@ -517,8 +517,6 @@ public class EmisTmsCostFeeServiceImpl implements IEmisTmsCostFeeService
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
double costFee = Double.valueOf(AviatorEvaluator.execute(calcExprStr).toString());
|
||||
|
||||
log.info("机场提货费操作费:计算公式:" + calcExprStr + ",重量:" + waybill.getBillWeight().stripTrailingZeros().toPlainString());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user