档案管理、白名单管理、加密类型管理
This commit is contained in:
parent
a7b7582ada
commit
b401b2284c
|
|
@ -54,8 +54,11 @@
|
|||
</if>
|
||||
</select>
|
||||
<select id="selectSysEncryType" resultType="java.lang.Integer">
|
||||
select count(*)
|
||||
from da_ky_sys_encrypt_set
|
||||
where encrypt_name = #{encryptName}
|
||||
SELECT COUNT(*)
|
||||
FROM da_ky_sys_encrypt_set
|
||||
WHERE encrypt_name = #{encryptName}
|
||||
<if test="id != null">
|
||||
and id != #{id}
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue