md
This commit is contained in:
parent
5f942a2446
commit
002b295e95
@ -1809,7 +1809,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
BigDecimal realFee = feeItem.getFee();
|
||||
if(realFee==null){
|
||||
realFee=BigDecimal.ZERO;
|
||||
realFee=feeItem.getRealFee();
|
||||
}
|
||||
|
||||
// 汇率计算
|
||||
@ -2195,7 +2195,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
BigDecimal realFee = feeItem.getFee();
|
||||
if(realFee==null){
|
||||
realFee=BigDecimal.ZERO;
|
||||
realFee=feeItem.getRealFee();
|
||||
}
|
||||
if(realFee!=null){
|
||||
// 汇率计算
|
||||
|
||||
Loading…
Reference in New Issue
Block a user