Commit a0b7d7c3 authored by zhaji's avatar zhaji

"feature-zhaJi:修改投保退回逻辑"

parent 42bdb80f
...@@ -1106,7 +1106,12 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap ...@@ -1106,7 +1106,12 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
detail.setDefaultSettleId(null); detail.setDefaultSettleId(null);
} }
//已投保退回,收入数据同步处理 //已投保退回,收入数据同步处理
updateInsuranceInfo(detail,settle); try{
updateInsuranceInfo(detail,settle);
}catch (Exception e){
log.error("收入数据同步处理失败:"+e);
}
} }
} }
} }
......
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