|
|
@@ -173,7 +173,9 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
}
|
|
|
insPlyIncome.setOtherFeevalue(insFeeOrderNew.getNoOtherCostsPremiums()); //非车跟单费
|
|
|
insPlyIncome.setOtherFeerate(insFeeOrderNew.getNoOtherCostsProportion()); //非车跟单费用比例
|
|
|
- this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
+ //add by hxl 2024-07-31 修改插入结算表中险种信息错误的bug 将大订单中的险种信息改为小订单的险种信息
|
|
|
+ this.saveRiskCode(insAreaCompany.getProductid(), insPlyIncome);
|
|
|
+ //this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
insPlyIncome.setPayDate(insAreaCompany.getPayDate());
|
|
|
insPlyIncome.setSignDate(insAreaCompany.getSigningTime());
|
|
|
insPlyIncome.setCompanyId(insAreaCompany.getCompanyId());
|
|
|
@@ -219,7 +221,9 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
}
|
|
|
|
|
|
// insPlyIncome.setDeptId(insFeeOrderNew.getDeptId());
|
|
|
- this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
+ //add by hxl 2024-07-31 修改插入结算表中险种信息错误的bug 将大订单中的险种信息改为小订单的险种信息
|
|
|
+ this.saveRiskCode(insAreaCompany.getProductid(), insPlyIncome);
|
|
|
+ //this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
insPlyIncome.setPayDate(insAreaCompany.getPayDate());
|
|
|
insPlyIncome.setSignDate(insAreaCompany.getSigningTime());
|
|
|
insPlyIncome.setCompanyId(insAreaCompany.getCompanyId());
|
|
|
@@ -290,7 +294,9 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
insAreaCompany.getTaxamount(),
|
|
|
allNoTaxPremium, null, otherProportion, null, otherAmount, otherAmount, null, null, LocalDateTime.now(), null, null, null, "0"
|
|
|
, "0", "0", "1");
|
|
|
- this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
+ //add by hxl 2024-07-31 修改插入结算表中险种信息错误的bug 将大订单中的险种信息改为小订单的险种信息
|
|
|
+ this.saveRiskCode(insAreaCompany.getProductid(), insPlyIncome);
|
|
|
+ //this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
insPlyIncome.setTaxPremium(allPremium);
|
|
|
insPlyIncome.setJqPremium(insFeeOrderNew.getJqPremium());
|
|
|
insPlyIncome.setSyPremium(insFeeOrderNew.getSyPremium());
|
|
|
@@ -341,7 +347,9 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
insPlyIncome.setJqSuperviseCostsPremiums(insFeeOrderNew.getJqSuperviseCostsPremiums());
|
|
|
insPlyIncome.setSySuperviseCostsProportion(insFeeOrderNew.getSySuperviseCostsProportion());
|
|
|
insPlyIncome.setSySuperviseCostsPremiums(insFeeOrderNew.getSySuperviseCostsPremiums());
|
|
|
- this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
+ //add by hxl 2024-07-31 修改插入结算表中险种信息错误的bug 将大订单中的险种信息改为小订单的险种信息
|
|
|
+ this.saveRiskCode(insAreaCompany.getProductid(), insPlyIncome);
|
|
|
+ //this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
insPlyIncome.setTaxPremium(allTaxPremium);
|
|
|
insPlyIncome.setUserId(insFeeOrderNew.getUserId());
|
|
|
insPlyIncome.setInsuredName(order.getInsuredname());
|
|
|
@@ -470,7 +478,9 @@ handlingProportion,
|
|
|
insPlyIncome.setSyStartDate(StringOperations.emptyStringToNull(insAreaCompany.getSyStartDate()));
|
|
|
insPlyIncome.setSyEndDate(StringOperations.emptyStringToNull(insAreaCompany.getSyEndDate()));
|
|
|
this.getDeptId(insPlyIncome);
|
|
|
- this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
+ //add by hxl 2024-07-31 修改插入结算表中险种信息错误的bug 将大订单中的险种信息改为小订单的险种信息
|
|
|
+ this.saveRiskCode(insAreaCompany.getProductid(), insPlyIncome);
|
|
|
+ //this.saveRiskCode(order.getProductid(), insPlyIncome);
|
|
|
insPlyIncome.setInsuredName(order.getInsuredname());
|
|
|
this.saveByCompanyId(insFeeOrderNew, insAreaCompany.getCompanyId(), insPlyIncome);
|
|
|
baseMapper.insert(insPlyIncome);
|