代码提交
This commit is contained in:
parent
b5c35c8a1f
commit
33980ffc13
|
|
@ -357,7 +357,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
count(dkfs.id)
|
count(dkfs.id)
|
||||||
FROM
|
FROM
|
||||||
record_da_ky_pro_files_contents dkfs
|
record_da_ky_pro_files_contents dkfs
|
||||||
left join da_ky_pro_files_contents dkpfc on dkfs.business_id = dkpfc.id
|
left join record_da_ky_pro_files_contents dkpfc on dkfs.business_id = dkpfc.id
|
||||||
WHERE dkfs.del_flag = '1' and dkpfc.level = 5 and dkpfc.pro_id = #{proId}
|
WHERE dkfs.del_flag = '1' and dkpfc.level = 5 and dkpfc.pro_id = #{proId}
|
||||||
</select>
|
</select>
|
||||||
<select id="getchild" resultType="java.lang.Integer">
|
<select id="getchild" resultType="java.lang.Integer">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue