Commit 3330b7d7 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 295eb62a
...@@ -7817,7 +7817,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap ...@@ -7817,7 +7817,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
YifuUser user = SecurityUtils.getUser(); YifuUser user = SecurityUtils.getUser();
long roleId = 1851541100126863362L; long roleId = 1851541100126863362L;
boolean isSsc = this.haveRole(user, roleId); boolean isSsc = this.haveRole(user, roleId);
if ("许瑞玲".equals(user.getNickname()) || "1".equals(user.getId()) || isSsc) { if (isSsc) {
condition.setCreateBy(null); condition.setCreateBy(null);
} else { } else {
condition.setCreateBy(user.getId()); condition.setCreateBy(user.getId());
......
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