|
|
@@ -301,6 +301,10 @@ public class QuoteVerificationAspect {
|
|
|
// 7. 计算总应收、总应付、保存费用比例 入库
|
|
|
saveRatio(insFeeOrders, agreementInfoVo, jqCostType, syCostType, jyCostType);
|
|
|
calculateTotalPremium(insFeeOrders);
|
|
|
+
|
|
|
+ // 8. 计算分销费用
|
|
|
+ calculateDistributionFee(insOrdersCosts,insFeeOrders, insOrders);
|
|
|
+
|
|
|
insFeeOrdersService.save(insFeeOrders);
|
|
|
return insFeeOrders;
|
|
|
}
|