This commit is contained in:
liang.chao 2025-12-10 09:18:36 +08:00
parent 4f78d40aa8
commit 8853c1d9b8
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
count(dkfs.id)
FROM
record_da_ky_pro_files_contents dkfs
record_da_ky_sys_file_source dkfs
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>