select id, product_code, product_type, location_code, param_code, param_name, param_set_code, param_set_name, node, type, unit, param_upper, param_lower, param_central, order_num, subscribe, del_flag, create_by, create_time, update_by, update_time from sc_collection_param_conf
insert into sc_collection_param_conf
product_code,
product_type,
location_code,
param_code,
param_name,
param_set_code,
param_set_name,
node,
type,
unit,
param_upper,
param_lower,
param_central,
order_num,
subscribe,
del_flag,
create_by,
create_time,
update_by,
update_time,
#{productCode},
#{productType},
#{locationCode},
#{paramCode},
#{paramName},
#{paramSetCode},
#{paramSetName},
#{node},
#{type},
#{unit},
#{paramUpper},
#{paramLower},
#{paramCentral},
#{orderNum},
#{subscribe},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update sc_collection_param_conf
product_code = #{productCode},
product_type = #{productType},
location_code = #{locationCode},
param_code = #{paramCode},
param_name = #{paramName},
param_set_code = #{paramSetCode},
param_set_name = #{paramSetName},
node = #{node},
type = #{type},
unit = #{unit},
param_upper = #{paramUpper},
param_lower = #{paramLower},
param_central = #{paramCentral},
order_num = #{orderNum},
subscribe = #{subscribe},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from sc_collection_param_conf where id = #{id}
delete from sc_collection_param_conf where id in
#{id}