优化无用变量命名
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ public class SysPermServiceImpl implements SysPermService, BaseParams {
|
||||
if (StringUtils.isNotBlank(roleIds)) {
|
||||
data.setRoleIds(ArrUtils.toLongList(roleIds));
|
||||
}
|
||||
List<InterfacePermDto> value = permMap.computeIfAbsent(key, k -> new ArrayList<>());
|
||||
List<InterfacePermDto> value = permMap.computeIfAbsent(key, _ -> new ArrayList<>());
|
||||
value.add(data);
|
||||
}
|
||||
return permMap;
|
||||
|
||||
Reference in New Issue
Block a user