Commit 427a7d86 authored by fangxinjiang's avatar fangxinjiang

可替换优化-fxj

parent 975827c2
...@@ -1999,12 +1999,9 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap ...@@ -1999,12 +1999,9 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
// 优先使用 A 自己的 replaceRemarkBak 值 // 优先使用 A 自己的 replaceRemarkBak 值
if (StringUtils.isNotBlank(byId.getReplaceRemarkBak())) { if (StringUtils.isNotBlank(byId.getReplaceRemarkBak())) {
byId.setReplaceRemark(byId.getReplaceRemarkBak()); byId.setReplaceRemark(byId.getReplaceRemarkBak());
} else { byId.setReplaceTag("可替换");
// 如果备份字段为空,使用默认值
byId.setReplaceRemark("可替换");
} }
byId.setReplaceTag("可替换");
updList.add(byId); updList.add(byId);
} }
} }
......
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