zrj
2024-07-03 0b1e9e70818f0e3eb32dd6c029d42d93236ecdc6
src/main/java/org/springblade/modules/system/controller/DeptController.java
@@ -228,8 +228,13 @@
      return R.data(deptService.getDeptAndUserTree(treeNode));
   }
   /**
    * 数据处理(社区绑定)-- 处理社区(派出所下)
    */
   @GetMapping("/dataHandleCommunityByPolice")
   public R dataHandleCommunityByPolice() {
      return R.data(deptService.dataHandleCommunityByPolice());
   }