|
|
@@ -2779,7 +2779,7 @@ public class FeeRuleSchemeServiceImpl implements FeeRuleSchemeService {
|
|
|
FeeOrderNewVo.ExportFee exportFee = new FeeOrderNewVo.ExportFee();
|
|
|
exportFee.setPremium(premium);
|
|
|
//去税后的入口比例
|
|
|
- BigDecimal noTaxEntranceTotalProportion = entranceTotalProportion.divide(taxRate,2,RoundingMode.DOWN);
|
|
|
+ BigDecimal noTaxEntranceTotalProportion = entranceTotalProportion.divide(taxRate,5,RoundingMode.DOWN);
|
|
|
//出口的总比例
|
|
|
BigDecimal exportTotalProportion = noTaxEntranceTotalProportion.subtract(deptTotalProportion).subtract(retailTotalProportion);
|
|
|
if(exportTotalProportion.compareTo(BigDecimal.ZERO) < 0 && premium.compareTo(BigDecimal.ZERO) == 0){
|