Commit 052ea5fd authored by zhaobiyan's avatar zhaobiyan

Merge branch 'dev' into 'master'

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

See merge request !5
parents 0c34d9b7 e5ae6af7
...@@ -1492,9 +1492,10 @@ public class ProdCostCalculation { ...@@ -1492,9 +1492,10 @@ public class ProdCostCalculation {
lineChannelPackagingDO.getClearancePriceUnit()); lineChannelPackagingDO.getClearancePriceUnit());
lineClearanceBasePrice.setClearanceVolumeUnit( lineClearanceBasePrice.setClearanceVolumeUnit(
lineChannelPackagingDO.getClearanceVolumeUnit()); lineChannelPackagingDO.getClearanceVolumeUnit());
// TODO 清关费也以收费值进行匹配
BigDecimal lineClearanceNum = BigDecimal lineClearanceNum =
this.calculationUnitAsValue(prodParam, this.calculationUnitAsValue(prodParam,
productPriceDO, lineClearanceUnitDO, 0); productPriceDO, lineClearanceUnitDO, 1);
if (lineClearanceNum != null) { if (lineClearanceNum != null) {
zTest3 z = new zTest3(); 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