修改bug
This commit is contained in:
parent
8f5486df67
commit
fd4ea6c77f
|
|
@ -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 prj_dir = true
|
where len(prj_dir) = 6
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryFileList" resultMap="FileInfoResultMap" >
|
<select id="queryFileList" resultMap="FileInfoResultMap" >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue