月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-25 7e0bae3a2e766241046877d10c5bd538e21d2473
src/main/java/com/moon/server/controller/data/PublishController.java
@@ -251,7 +251,7 @@
                entity.setToken(WebHelper.getToken(req));
            }
            permsService.clearLayerCache();
            permsService.clearPermsCache();
            String method = getConvertMethod(entity.getType());
            long count = publishService.postForPub(entity, method, req);
@@ -304,7 +304,7 @@
            }
            // publishService.deleteFiles(list)
            permsService.clearLayerCache();
            permsService.clearPermsCache();
            publishService.deleteFiles(ids, req);
            int count = publishService.deletes(ids, req);
@@ -329,7 +329,7 @@
                entity.setUpdateUser(ue.getId());
            }
            permsService.clearLayerCache();
            permsService.clearPermsCache();
            int count = publishService.update(entity);
            return success(count);