月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-06 9c9ffe92c377cbb2f26e18e51620523315ef61de
src/main/java/com/moon/server/controller/data/PublishController.java
@@ -202,6 +202,7 @@
                entity.setUserId(ue.getId());
                entity.setDepcode(ue.getDepcode());
            }
            entity.setDefault();
            permsService.clearPermsCache();
            Integer rows = shuJianService.insertSjService(entity);
@@ -233,6 +234,7 @@
                entity.setUserId(ue.getId());
                entity.setDepcode(ue.getDepcode());
            }
            entity.setDefault();
            permsService.clearPermsCache();
            Integer rows = shuJianService.updateSjService(entity);
@@ -248,7 +250,7 @@
    @ApiImplicitParams({
            @ApiImplicitParam(name = "ids", value = "ID数组", dataType = "Integer", paramType = "query", allowMultiple = true, example = "1")
    })
    @GetMapping(value = "/deletes")
    @GetMapping(value = "/deletesSjServices")
    public ResponseMsg<Integer> deletesSjServices(@RequestParam List<Integer> ids) {
        try {
            if (null == ids || ids.isEmpty()) {