Commit 859c4913 by zhiwj

发布小红点

parent 0677fb6c
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
index_id, classify_type, classify_name, is_app_index, rel_app_index, code, name, index_id, classify_type, classify_name, is_app_index, rel_app_index, code, name,
index_level, index_level_name, rel_top_level, unit_code, unit_name, decimal_size, index_level, index_level_name, rel_top_level, unit_code, unit_name, decimal_size,
data_type, index_type, base_organized, base_time, update_rate, update_rate_remark, data_type, index_type, base_organized, base_time, update_rate, update_rate_remark,
index_remark, show, complement, create_time, update_time, status index_remark, `show`, complement, create_time, update_time, status
</sql> </sql>
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap"> <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
select select
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
rel_top_level, unit_code, unit_name, rel_top_level, unit_code, unit_name,
decimal_size, data_type, index_type, decimal_size, data_type, index_type,
base_organized, base_time, update_rate, base_organized, base_time, update_rate,
update_rate_remark, index_remark, show, update_rate_remark, index_remark, `show`,
complement, create_time, update_time, complement, create_time, update_time,
status) status)
values (#{indexId,jdbcType=INTEGER}, #{classifyType,jdbcType=INTEGER}, #{classifyName,jdbcType=VARCHAR}, values (#{indexId,jdbcType=INTEGER}, #{classifyType,jdbcType=INTEGER}, #{classifyName,jdbcType=VARCHAR},
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
index_remark, index_remark,
</if> </if>
<if test="show != null"> <if test="show != null">
show, `show`,
</if> </if>
<if test="complement != null"> <if test="complement != null">
complement, complement,
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
index_remark = #{indexRemark,jdbcType=VARCHAR}, index_remark = #{indexRemark,jdbcType=VARCHAR},
</if> </if>
<if test="show != null"> <if test="show != null">
show = #{show,jdbcType=INTEGER}, `show` = #{show,jdbcType=INTEGER},
</if> </if>
<if test="complement != null"> <if test="complement != null">
complement = #{complement,jdbcType=VARCHAR}, complement = #{complement,jdbcType=VARCHAR},
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
update_rate = #{updateRate,jdbcType=VARCHAR}, update_rate = #{updateRate,jdbcType=VARCHAR},
update_rate_remark = #{updateRateRemark,jdbcType=VARCHAR}, update_rate_remark = #{updateRateRemark,jdbcType=VARCHAR},
index_remark = #{indexRemark,jdbcType=VARCHAR}, index_remark = #{indexRemark,jdbcType=VARCHAR},
show = #{show,jdbcType=INTEGER}, `show` = #{show,jdbcType=INTEGER},
complement = #{complement,jdbcType=VARCHAR}, complement = #{complement,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}, create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment