zhongrj
2024-01-22 e603bf1ebf58458c7fec04e7f75cba488e3b90ad
src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -72,4 +72,10 @@
    * @return
    */
    DeptVO getDeptById(@Param("id") Long id);
   /**
    * 查询网格对应的机构信息(包含父级机构名称)
    * @return
    */
   List<DeptVO> getGridDeptAndParentList();
}