Browse Source

1.结算调整

wuhp 2 years ago
parent
commit
0ddbcf5eeb

+ 2 - 2
src/main/java/com/ydtech/modules/fnc/service/impl/InsPlyIncomeServiceImpl.java

@@ -328,7 +328,7 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
 //      不含税保费
         BigDecimal allNoTaxPremium = this.calculateTotal(insFeeOrderNew.getJqNoTaxPremium(), insFeeOrderNew.getSyNoTaxPremium(), insFeeOrderNew.getNoNoTaxPremium());
         BigDecimal allAmount = this.calculateTotal(otherAmount, handlingAmount, null);
-        BigDecimal jqReceivableProportion = this.calculateTotal(insFeeOrderNew.getJqSuperviseCostsProportion(), insFeeOrderNew.getNoSuperviseCostsProportion(), null);// 交强应收 比例
+        BigDecimal jqReceivableProportion = this.calculateTotal(insFeeOrderNew.getJqSuperviseCostsProportion(), insFeeOrderNew.getJqOtherCostsProportion(), null);// 交强应收 比例
         BigDecimal syReceivableProportion = this.calculateTotal(insFeeOrderNew.getSySuperviseCostsProportion(), insFeeOrderNew.getSyOtherCostsProportion(), null);//商业应收比例
         BigDecimal noReceivableProportion = this.calculateTotal(insFeeOrderNew.getNoSuperviseCostsProportion(), insFeeOrderNew.getNoOtherCostsProportion(), null);
 
@@ -371,7 +371,7 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
                 String partnerCompaniesId = ptlAgreementQueryVo.getPartnerCompaniesId();
                 insPlyIncome.setPartnerCompaniesId(partnerCompaniesId);
                 EsmInsCompany esmInsCompany = EsmInsCompanyService.getById(partnerCompaniesId);
-                String name = esmInsCompany.getName();   //合作名称
+                String name = esmInsCompany.getNamesimple();   //合作名称
                 insPlyIncome.setPartnerCompaniesName(name);
                 insPlyIncome.setPartnerCompaniesId(ptlAgreementQueryVo.getPartnerCompaniesId());
             }