Compare commits

..

No commits in common. "314c93efb92a52286455f40a5275d2aecd96e4b5" and "964011b8d94cc39c3ab0ffd9d1ea7e696c426903" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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