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