Merge pull request !21 from 小黑子哪里跑/main
This commit is contained in:
MaxKeyTop
2023-08-21 09:53:42 +00:00
committed by Gitee

View File

@@ -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 =