档案管理、白名单管理、加密类型管理

This commit is contained in:
liang.chao 2025-09-10 14:40:58 +08:00
parent 1b9c496d96
commit f1449d0b4c
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
status status
from da_ky_sys_encrypt_set from da_ky_sys_encrypt_set
where 1=1 where 1=1
<if test="encryptType != null and encryptType != ''"> <if test="encryptName != null and encryptName != ''">
and encrypt_type = #{encryptType} and encrypt_name like concat ('%',#{encryptName},'%')
</if> </if>
</select> </select>
</mapper> </mapper>