代码提交

This commit is contained in:
liang.chao 2025-09-28 11:18:53 +08:00
parent 9deb286e61
commit cf9bc4d8c2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
from da_ky_sys_encrypt_set
where 1=1
<if test="encryptName != null and encryptName != ''">
AND INSTR(dkp.encrypt_name, #{encryptName}) > 0
AND INSTR(encrypt_name, #{encryptName}) > 0
</if>
</select>
<select id="selectSysEncryType" resultType="java.lang.Integer">