Commit 9d9bd234 authored by fangxinjiang's avatar fangxinjiang

投保成功日志-fxj

parent 09c76273
......@@ -2249,6 +2249,9 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
doJointInsuranceTask.pushEstime(successList);
}
//操作记录
if (Common.isNotNull(successThree)){
successList.addAll(successThree);
}
if (CollectionUtils.isNotEmpty(successList)){
for (TInsuranceDetail detail : successList) {
//获取成功数据的remark
......
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