Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 09970538bb Merge remote-tracking branch 'origin/master' 2025-09-29 15:57:39 +08:00
liang.chao 12dde68cb6 代码提交 2025-09-29 15:57:29 +08:00
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">