|
|
@@ -6,7 +6,7 @@
|
|
|
<result column="ent_id" jdbcType="BIGINT" property="entId" />
|
|
|
<result column="type" jdbcType="INTEGER" property="type" />
|
|
|
<result column="code" jdbcType="VARCHAR" property="code" />
|
|
|
- <result column="certificate_mian" jdbcType="VARCHAR" property="certificateMian" />
|
|
|
+ <result column="certificate_main" jdbcType="VARCHAR" property="certificateMain" />
|
|
|
<result column="certificate_revolt" jdbcType="VARCHAR" property="certificateRevolt" />
|
|
|
<result column="expire_time" jdbcType="TIMESTAMP" property="expireTime" />
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
|
|
@@ -19,7 +19,7 @@
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, ent_id, type, code, certificate_mian, certificate_revolt, remark, status, create_by,
|
|
|
+ id, ent_id, type, code, certificate_main, certificate_revolt, remark, status, create_by,
|
|
|
create_time, update_by, update_time, del_flag, expire_time
|
|
|
</sql>
|
|
|
|
|
|
@@ -53,8 +53,8 @@
|
|
|
<if test="code != null">
|
|
|
code,
|
|
|
</if>
|
|
|
- <if test="certificateMian != null">
|
|
|
- certificate_mian,
|
|
|
+ <if test="certificateMain != null">
|
|
|
+ certificate_main,
|
|
|
</if>
|
|
|
<if test="certificateRevolt != null">
|
|
|
certificate_revolt,
|
|
|
@@ -97,8 +97,8 @@
|
|
|
<if test="code != null">
|
|
|
#{code,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="certificateMian != null">
|
|
|
- #{certificateMian,jdbcType=VARCHAR},
|
|
|
+ <if test="certificateMain != null">
|
|
|
+ #{certificateMain,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="certificateRevolt != null">
|
|
|
#{certificateRevolt,jdbcType=VARCHAR},
|
|
|
@@ -137,7 +137,7 @@
|
|
|
ent_id,
|
|
|
type,
|
|
|
code,
|
|
|
- certificate_mian,
|
|
|
+ certificate_main,
|
|
|
certificate_revolt,
|
|
|
remark,
|
|
|
status,
|
|
|
@@ -155,7 +155,7 @@
|
|
|
#{item.entId,jdbcType=BIGINT},
|
|
|
#{item.type,jdbcType=INTEGER},
|
|
|
#{item.code,jdbcType=VARCHAR},
|
|
|
- #{item.certificateMian,jdbcType=VARCHAR},
|
|
|
+ #{item.certificateMain,jdbcType=VARCHAR},
|
|
|
#{item.certificateRevolt,jdbcType=VARCHAR},
|
|
|
#{item.remark,jdbcType=VARCHAR},
|
|
|
#{item.status,jdbcType=INTEGER},
|
|
|
@@ -181,8 +181,8 @@
|
|
|
<if test="code != null">
|
|
|
code = #{code,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="certificateMian != null">
|
|
|
- certificate_mian = #{certificateMian,jdbcType=VARCHAR},
|
|
|
+ <if test="certificateMain != null">
|
|
|
+ certificate_main = #{certificateMain,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="certificateRevolt != null">
|
|
|
certificate_revolt = #{certificateRevolt,jdbcType=VARCHAR},
|