src/main/resources/mapper/data/UploadMapper.xml
@@ -12,7 +12,7 @@ order by id </select> <select id="selectProject" resultType="com.lf.server.entity.ctrl.IdNameEntity"> select id, name from lf.sys_dir where pid = 0 and id > 1 <select id="selectProject" resultType="com.lf.server.entity.data.DirEntity"> select * from lf.sys_dir where pid = 0 and id > 1 </select> </mapper>