src/main/resources/mapper/data/DirMapper.xml
@@ -10,7 +10,7 @@ </select> <select id="selectDirRoot" resultType="com.lf.server.entity.data.DirEntity"> select a.*, fn_rec_query(a.id, 'dir') fullName from lf.sys_dir a where pid=0 order by order_num; select a.*, fn_rec_query(a.id, 'dir') fullName from lf.sys_dir a where pid = 0 order by order_num; </select> <select id="selectDirRecursive" resultType="com.lf.server.entity.data.DirEntity">