改bug
This commit is contained in:
parent
314c93efb9
commit
1d3f0e267e
|
|
@ -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 length(id) = 6
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryFileList" resultMap="FileInfoResultMap" >
|
<select id="queryFileList" resultMap="FileInfoResultMap" >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue