select id, code, name, concentration, lifespan, factory, cylinder_code, remarks, dept_id, del_flag, creater_code, createdate, updater_code, updatedate from t_check_standardgases
insert into t_check_standardgases
code,
name,
concentration,
lifespan,
factory,
cylinder_code,
remarks,
dept_id,
del_flag,
creater_code,
createdate,
updater_code,
updatedate,
#{code},
#{name},
#{concentration},
#{lifespan},
#{factory},
#{cylinderCode},
#{remarks},
#{deptId},
#{delFlag},
#{createrCode},
#{createdate},
#{updaterCode},
#{updatedate},
update t_check_standardgases
code = #{code},
name = #{name},
concentration = #{concentration},
lifespan = #{lifespan},
factory = #{factory},
cylinder_code = #{cylinderCode},
remarks = #{remarks},
dept_id = #{deptId},
del_flag = #{delFlag},
creater_code = #{createrCode},
createdate = #{createdate},
updater_code = #{updaterCode},
updatedate = #{updatedate},
where id = #{id}
update t_check_standardgases set del_flag=1 where id = #{id}
update t_check_standardgases set del_flag=1 where id in
#{id}