档案管理、白名单管理、加密类型管理
This commit is contained in:
parent
1b9c496d96
commit
f1449d0b4c
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue