This commit is contained in:
parent
4f78d40aa8
commit
8853c1d9b8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue