月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-25 7e0bae3a2e766241046877d10c5bd538e21d2473
src/main/java/com/moon/server/controller/sys/RoleResController.java
@@ -108,7 +108,7 @@
            int count = roleResService.insert(entity);
            if (count > 0) {
                permsService.clearResCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -134,7 +134,7 @@
            int count = roleResService.inserts(list);
            if (count > 0) {
                permsService.clearResCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -153,7 +153,7 @@
        try {
            int count = roleResService.delete(id);
            if (count > 0) {
                permsService.clearResCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -176,7 +176,7 @@
            int count = roleResService.deletes(ids);
            if (count > 0) {
                permsService.clearResCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -201,7 +201,7 @@
            int count = roleResService.update(entity);
            if (count > 0) {
                permsService.clearResCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -228,7 +228,7 @@
            int count = roleResService.updates(list);
            if (count > 0) {
                permsService.clearResCache();
                permsService.clearPermsCache();
            }
            return success(count);