select id, sfc_code, location_code, param_code, param_name, param_value, collect_time from da_param_collection
insert into da_param_collection
sfc_code,location_code,param_code,param_name,param_value,collect_time,#{sfcCode},#{locationCode},#{paramCode},#{paramName},#{paramValue},#{collectTime},
update da_param_collection
sfc_code = #{sfcCode},location_code = #{locationCode},param_code = #{paramCode},param_name = #{paramName},param_value = #{paramValue},collect_time = #{collectTime},
where id = #{id}
delete from da_param_collection where id = #{id}
delete from da_param_collection where id in
#{id}