【fix sonar】SysBaseApiImpl文件
This commit is contained in:
+1
-1
@@ -800,7 +800,7 @@ public class SysBaseApiImpl implements ISysBaseAPI {
|
|||||||
Set<String> permissionSet = new HashSet<>();
|
Set<String> permissionSet = new HashSet<>();
|
||||||
List<SysPermission> permissionList = sysPermissionMapper.queryByUser(username);
|
List<SysPermission> permissionList = sysPermissionMapper.queryByUser(username);
|
||||||
for (SysPermission po : permissionList) {
|
for (SysPermission po : permissionList) {
|
||||||
// // TODO URL规则有问题?
|
// // todo URL规则有问题?
|
||||||
// if (oConvertUtils.isNotEmpty(po.getUrl())) {
|
// if (oConvertUtils.isNotEmpty(po.getUrl())) {
|
||||||
// permissionSet.add(po.getUrl());
|
// permissionSet.add(po.getUrl());
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user