Commit 17f552a7 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.22' into MVP1.7.22

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