NTC_SSL_LOG中字段ca改为cn

This commit is contained in:
zhangdongxu
2018-08-02 16:48:29 +08:00
parent 4a353a3975
commit 11667526fb
2 changed files with 6 additions and 6 deletions

View File

@@ -161,7 +161,7 @@
<result column="version" jdbcType="VARCHAR" property="version" />
<result column="sni" jdbcType="VARCHAR" property="sni" />
<result column="san" jdbcType="VARCHAR" property="san" />
<result column="ca" jdbcType="VARCHAR" property="ca" />
<result column="cn" jdbcType="VARCHAR" property="cn" />
</resultMap>