Commit c7b22280 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-商险续签待办3

parent 3a9f4e78
...@@ -8798,7 +8798,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap ...@@ -8798,7 +8798,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
// hgw-3商险待续签-商险各个入口更新待购买列表状态更新 // hgw-3商险待续签-商险各个入口更新待购买列表状态更新
private void updateEmployeeInsurancePreRenewById(TInsuranceDetail insuranceDetail,List<String> preStatusList,String status) { private void updateEmployeeInsurancePreRenewById(TInsuranceDetail insuranceDetail,List<String> preStatusList,String status) {
TInsurancePreRenewDetail pre = tInsurancePreRenewDetailMapper.selectOne(Wrappers.<TInsurancePreRenewDetail>query().lambda() TInsurancePreRenewDetail pre = tInsurancePreRenewDetailMapper.selectOne(Wrappers.<TInsurancePreRenewDetail>query().lambda()
.eq(TInsurancePreRenewDetail::getInsurancesId,insuranceDetail.getId()) .eq(TInsurancePreRenewDetail::getInsurancesIdNew,insuranceDetail.getId())
.in(TInsurancePreRenewDetail::getProcessStatus,preStatusList) .in(TInsurancePreRenewDetail::getProcessStatus,preStatusList)
.last(CommonConstants.LAST_ONE_SQL)); .last(CommonConstants.LAST_ONE_SQL));
if (Common.isNotNull(pre)) { if (Common.isNotNull(pre)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment