代码提交
This commit is contained in:
parent
9deb286e61
commit
cf9bc4d8c2
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue