src/main/java/com/lf/server/mapper/sys/DepMapper.java @@ -73,5 +73,5 @@ * 递归查询 * @return */ public List<DepEntity> selectDepRecursive(); public List<DepEntity> selectDepRecursive(String name); }