Commit 01ca4e16 authored by hongguangwu's avatar hongguangwu

1.5.4--紧急新增任务:SSC开发组增加全量项目权限;

parent b1a3ce9d
...@@ -343,7 +343,7 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper, ...@@ -343,7 +343,7 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper,
YifuUser user = SecurityUtils.getUser(); YifuUser user = SecurityUtils.getUser();
String userId=user.getId(); String userId=user.getId();
// SSC开发组-1668092146875969537L 超管1 // SSC开发组-1668092146875969537L 超管1
long roleId = 1659016108176130049L; long roleId = 1668092146875969537L;
boolean isSsc = this.haveRole(user, roleId); boolean isSsc = this.haveRole(user, roleId);
if (!isSsc) { if (!isSsc) {
isSsc = this.haveRole(user, 1L); isSsc = this.haveRole(user, 1L);
......
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