月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-25 7e0bae3a2e766241046877d10c5bd538e21d2473
src/main/java/com/moon/server/controller/sys/RoleLayerController.java
@@ -110,7 +110,7 @@
            int count = roleLayerService.insert(entity);
            if (count > 0) {
                permsService.clearLayerCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -136,7 +136,7 @@
            int count = roleLayerService.inserts(list);
            if (count > 0) {
                permsService.clearLayerCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -155,7 +155,7 @@
        try {
            int count = roleLayerService.delete(id);
            if (count > 0) {
                permsService.clearLayerCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -178,7 +178,7 @@
            int count = roleLayerService.deletes(ids);
            if (count > 0) {
                permsService.clearLayerCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -203,7 +203,7 @@
            int count = roleLayerService.update(entity);
            if (count > 0) {
                permsService.clearLayerCache();
                permsService.clearPermsCache();
            }
            return success(count);
@@ -230,7 +230,7 @@
            int count = roleLayerService.updates(list);
            if (count > 0) {
                permsService.clearLayerCache();
                permsService.clearPermsCache();
            }
            return success(count);