‘liusuyi’
2023-10-21 94023628bd9c5e6bf724c37371a19b60d338b291
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java
@@ -143,6 +143,6 @@
     * @param depts
     * @return
     */
    List<TreeSelectWell> wellTree(List<TreeDeptWell> depts);
    List<TreeDeptWell> wellTree(List<TreeDeptWell> depts);
    List<TreeDeptWell> buildDeptWellTree(List<TreeDeptWell> depts);
}