代码提交

This commit is contained in:
liang.chao 2025-12-09 13:48:17 +08:00
parent b5c35c8a1f
commit 33980ffc13
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
count(dkfs.id)
FROM
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}
</select>
<select id="getchild" resultType="java.lang.Integer">