档案管理、白名单管理、加密类型管理
This commit is contained in:
parent
1b9c496d96
commit
f1449d0b4c
|
|
@ -49,8 +49,8 @@
|
|||
status
|
||||
from da_ky_sys_encrypt_set
|
||||
where 1=1
|
||||
<if test="encryptType != null and encryptType != ''">
|
||||
and encrypt_type = #{encryptType}
|
||||
<if test="encryptName != null and encryptName != ''">
|
||||
and encrypt_name like concat ('%',#{encryptName},'%')
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue