|
@@ -2810,7 +2810,7 @@ public class FeeRuleSchemeServiceImpl implements FeeRuleSchemeService {
|
|
|
nonExportFee.setOtherCostsProportion(nonOtherCostsProportion);
|
|
nonExportFee.setOtherCostsProportion(nonOtherCostsProportion);
|
|
|
nonExportFee.setOtherCostsPremiums(insFeeOrderNew.getNoPremium().multiply(nonOtherCostsProportion.divide(new BigDecimal(100))).setScale(2,BigDecimal.ROUND_DOWN));
|
|
nonExportFee.setOtherCostsPremiums(insFeeOrderNew.getNoPremium().multiply(nonOtherCostsProportion.divide(new BigDecimal(100))).setScale(2,BigDecimal.ROUND_DOWN));
|
|
|
nonExportFee.setTotalProportion(nonExportSuperviseCosts.add(nonOtherCostsProportion));
|
|
nonExportFee.setTotalProportion(nonExportSuperviseCosts.add(nonOtherCostsProportion));
|
|
|
- nonExportFee.setTotalAmount(nonExportSuperviseCosts.add(nonOtherCostsProportion));
|
|
|
|
|
|
|
+ nonExportFee.setTotalAmount(nonExportFee.getSuperviseCostsPremiums().add(nonExportFee.getOtherCostsPremiums()));
|
|
|
exportFeeList.add(nonExportFee);
|
|
exportFeeList.add(nonExportFee);
|
|
|
|
|
|
|
|
feeOrderNewVo.setEntranceFee(entranceFeeList);
|
|
feeOrderNewVo.setEntranceFee(entranceFeeList);
|