id, container_number, reagent_code, reagent_name, cas, memo, property, feature, avoid,
status, fire, random, code, update_time, creator, count
delete from sys_dangerous_encode
where id = #{id,jdbcType=BIGINT}
insert into sys_dangerous_encode ( container_number, reagent_code,
reagent_name, cas, memo,
property, feature, avoid,
status, fire, random,
code, update_time, creator,
count)
values ( #{containerNumber,jdbcType=VARCHAR}, #{reagentCode,jdbcType=VARCHAR},
#{reagentName,jdbcType=VARCHAR}, #{cas,jdbcType=VARCHAR}, #{memo,jdbcType=VARCHAR},
#{property,jdbcType=VARCHAR}, #{feature,jdbcType=VARCHAR}, #{avoid,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR}, #{fire,jdbcType=VARCHAR}, #{random,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{creator,jdbcType=VARCHAR},
#{count,jdbcType=INTEGER})
insert into sys_dangerous_encode
container_number,
reagent_code,
reagent_name,
cas,
memo,
property,
feature,
avoid,
status,
fire,
random,
code,
update_time,
creator,
count,
#{containerNumber,jdbcType=VARCHAR},
#{reagentCode,jdbcType=VARCHAR},
#{reagentName,jdbcType=VARCHAR},
#{cas,jdbcType=VARCHAR},
#{memo,jdbcType=VARCHAR},
#{property,jdbcType=VARCHAR},
#{feature,jdbcType=VARCHAR},
#{avoid,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR},
#{fire,jdbcType=VARCHAR},
#{random,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{creator,jdbcType=VARCHAR},
#{count,jdbcType=INTEGER},
update sys_dangerous_encode
container_number = #{containerNumber,jdbcType=VARCHAR},
reagent_code = #{reagentCode,jdbcType=VARCHAR},
reagent_name = #{reagentName,jdbcType=VARCHAR},
cas = #{cas,jdbcType=VARCHAR},
memo = #{memo,jdbcType=VARCHAR},
property = #{property,jdbcType=VARCHAR},
feature = #{feature,jdbcType=VARCHAR},
avoid = #{avoid,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
fire = #{fire,jdbcType=VARCHAR},
random = #{random,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
creator = #{creator,jdbcType=VARCHAR},
count = #{count,jdbcType=INTEGER},
where id = #{id,jdbcType=BIGINT}
update sys_dangerous_encode
set container_number = #{containerNumber,jdbcType=VARCHAR},
reagent_code = #{reagentCode,jdbcType=VARCHAR},
reagent_name = #{reagentName,jdbcType=VARCHAR},
cas = #{cas,jdbcType=VARCHAR},
memo = #{memo,jdbcType=VARCHAR},
property = #{property,jdbcType=VARCHAR},
feature = #{feature,jdbcType=VARCHAR},
avoid = #{avoid,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
fire = #{fire,jdbcType=VARCHAR},
random = #{random,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
creator = #{creator,jdbcType=VARCHAR},
count = #{count,jdbcType=INTEGER}
where id = #{id,jdbcType=BIGINT}