代码提交

This commit is contained in:
liang.chao 2025-09-29 15:57:29 +08:00
parent 6d6d6cf5ea
commit 12dde68cb6
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM da_ky_files_classify_name_standard dkfcns
LEFT JOIN da_ky_sys_dict_data dksdd ON dkfcns.standard_type = dksdd.dict_value and dksdd.dict_type = 'files_classify_name_standard_type'
WHERE dkfcns.del_flag = '1'
<if test="standardType != null and standardType != ''">
AND INSTR(dksdd.dict_label, #{standardType}) > 0
</if>
ORDER BY dkfcns.create_time DESC
</select>
<select id="selectClassifyNameStandard" resultType="java.lang.Integer">