Commit e5ae6af7 authored by 332784038@qq.com's avatar 332784038@qq.com

清关费也以收费值进行匹配

parent 0c34d9b7
......@@ -1492,9 +1492,10 @@ public class ProdCostCalculation {
lineChannelPackagingDO.getClearancePriceUnit());
lineClearanceBasePrice.setClearanceVolumeUnit(
lineChannelPackagingDO.getClearanceVolumeUnit());
// TODO 清关费也以收费值进行匹配
BigDecimal lineClearanceNum =
this.calculationUnitAsValue(prodParam,
productPriceDO, lineClearanceUnitDO, 0);
productPriceDO, lineClearanceUnitDO, 1);
if (lineClearanceNum != null) {
zTest3 z = new zTest3();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment