修改bug

This commit is contained in:
chenxudong 2025-03-05 17:07:36 +08:00
parent 8f5486df67
commit fd4ea6c77f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<select id="maxPrjId" resultType="java.lang.String">
select max(id)
from ed_file_info
where prj_dir = true
where len(prj_dir) = 6
</select>
<select id="queryFileList" resultMap="FileInfoResultMap" >