mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-16 11:21:51 +08:00
Merge pull request !21 from 小黑子哪里跑/main
This commit is contained in:
@@ -95,6 +95,7 @@ public class RolePermissionsController {
|
||||
boolean result = true;
|
||||
String appIds = rolePermission.getAppId();
|
||||
if (appIds != null) {
|
||||
appIds = appIds.replaceAll("^,|,$", "");
|
||||
String[] arrAppIds = appIds.split(",");
|
||||
for (int i = 0; i < arrAppIds.length; i++) {
|
||||
RolePermissions newRolePermissions =
|
||||
|
||||
Reference in New Issue
Block a user