‘liusuyi’
2023-10-07 75b1a93d2c447b3c9fc1de95270694ebdac6faca
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);
}