Compare commits
No commits in common. "314c93efb92a52286455f40a5275d2aecd96e4b5" and "964011b8d94cc39c3ab0ffd9d1ea7e696c426903" have entirely different histories.
314c93efb9
...
964011b8d9
|
|
@ -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" >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue