|
|
@@ -221,9 +221,6 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
insPlyIncome.setAllFeeValue(insFeeOrderNew.getNoOtherCostsPremiums());
|
|
|
insPlyIncome.setNoOtherCostsPremium(insFeeOrderNew.getNoOtherCostsPremiums());
|
|
|
insPlyIncome.setNoOtherCostsProportion(insFeeOrderNew.getNoOtherCostsProportion());
|
|
|
- // 维护人
|
|
|
- insPlyIncome.setLeaderId(leaderId);
|
|
|
- insPlyIncome.setLeaderName(leaderName);
|
|
|
this.saveByCompanyId(insFeeOrderNew, insAreaCompany.getCompanyId(), insPlyIncome);
|
|
|
|
|
|
this.getDeptId(insPlyIncome);
|
|
|
@@ -272,9 +269,7 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
insPlyIncome.setSyEndDate(StringOperations.emptyStringToNull(insAreaCompany.getSyEndDate()));
|
|
|
insPlyIncome.setNoSuperviseCostsPremiums(insFeeOrderNew.getNoSuperviseCostsPremiums());
|
|
|
insPlyIncome.setNoSuperviseCostsProportion(insFeeOrderNew.getNoSuperviseCostsProportion());
|
|
|
- // 维护人
|
|
|
- insPlyIncome.setLeaderId(leaderId);
|
|
|
- insPlyIncome.setLeaderName(leaderName);
|
|
|
+
|
|
|
this.getDeptId(insPlyIncome);
|
|
|
this.saveByCompanyId(insFeeOrderNew, insAreaCompany.getCompanyId(), insPlyIncome);
|
|
|
insPlyIncome.setReceivableAmount(insFeeOrderNew.getNoSuperviseCostsPremiums());
|
|
|
@@ -342,9 +337,6 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
insPlyIncome.setUserId(insFeeOrderNew.getUserId());
|
|
|
insPlyIncome.setInsuredName(order.getInsuredname());
|
|
|
insPlyIncome.setReceivableAmount(otherAmount);
|
|
|
- // 维护人
|
|
|
- insPlyIncome.setLeaderId(leaderId);
|
|
|
- insPlyIncome.setLeaderName(leaderName);
|
|
|
this.getDeptId(insPlyIncome);
|
|
|
this.saveByCompanyId(insFeeOrderNew, insAreaCompany.getCompanyId(), insPlyIncome);
|
|
|
|
|
|
@@ -391,9 +383,6 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
insPlyIncome.setSyStartDate(StringOperations.emptyStringToNull(insAreaCompany.getSyStartDate()));
|
|
|
insPlyIncome.setSyEndDate(StringOperations.emptyStringToNull(insAreaCompany.getSyEndDate()));
|
|
|
insPlyIncome.setReceivableAmount(handlingAmount);
|
|
|
- // 维护人
|
|
|
- insPlyIncome.setLeaderId(leaderId);
|
|
|
- insPlyIncome.setLeaderName(leaderName);
|
|
|
this.saveByCompanyId(insFeeOrderNew, insAreaCompany.getCompanyId(), insPlyIncome);
|
|
|
this.getDeptId(insPlyIncome);
|
|
|
baseMapper.insert(insPlyIncome);
|