src/main/resources/mapper/data/UploadMapper.xml
@@ -17,7 +17,7 @@ </select> <select id="selectProject" resultType="com.lf.server.entity.data.DirEntity"> select * from lf.sys_dir where pid = 0 and id > 1 select * from lf.sys_dir where pid = 0 and id > 1 order by order_num, code; </select> <select id="selectFmeLog" resultType="com.lf.server.entity.data.FmeLogEntity">