id, integration_name, part_names, unit, formula, remark, `status`, create_by, create_time,
update_by, update_time, del_flag,mountain_id
delete from kws_integration
where id = #{id,jdbcType=BIGINT}
insert into kws_integration (id, integration_name, part_names,
unit, formula, remark,
`status`, create_by, create_time,
update_by, update_time, del_flag,mountain_id
)
values (#{id,jdbcType=BIGINT}, #{integrationName,jdbcType=VARCHAR}, #{partNames,jdbcType=VARCHAR},
#{unit,jdbcType=VARCHAR}, #{formula,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
#{status,jdbcType=TINYINT}, #{createBy,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=BIGINT}, #{updateTime,jdbcType=TIMESTAMP}, #{delFlag,jdbcType=TINYINT}, #{mountainId,jdbcType=BIGINT}
)
insert into kws_integration
id,
integration_name,
part_names,
unit,
formula,
remark,
`status`,
create_by,
create_time,
update_by,
update_time,
del_flag,
#{id,jdbcType=BIGINT},
#{integrationName,jdbcType=VARCHAR},
#{partNames,jdbcType=VARCHAR},
#{unit,jdbcType=VARCHAR},
#{formula,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{status,jdbcType=TINYINT},
#{createBy,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=BIGINT},
#{updateTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=TINYINT},
update kws_integration
integration_name = #{integrationName,jdbcType=VARCHAR},
part_names = #{partNames,jdbcType=VARCHAR},
unit = #{unit,jdbcType=VARCHAR},
formula = #{formula,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
`status` = #{status,jdbcType=TINYINT},
create_by = #{createBy,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=BIGINT},
update_time = #{updateTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=TINYINT},
where id = #{id,jdbcType=BIGINT}
update kws_integration
set integration_name = #{integrationName,jdbcType=VARCHAR},
part_names = #{partNames,jdbcType=VARCHAR},
unit = #{unit,jdbcType=VARCHAR},
formula = #{formula,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
`status` = #{status,jdbcType=TINYINT},
create_by = #{createBy,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=BIGINT},
update_time = #{updateTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=TINYINT}
where id = #{id,jdbcType=BIGINT}