select id, sfc_code, location_code, inbound_time, outbound_time, status, collect_time from da_station_collection
insert into da_station_collection
sfc_code,location_code,inbound_time,outbound_time,status,collect_time,#{sfcCode},#{locationCode},#{inboundTime},#{outboundTime},#{status},#{collectTime},
update da_station_collection
sfc_code = #{sfcCode},location_code = #{locationCode},inbound_time = #{inboundTime},outbound_time = #{outboundTime},status = #{status},collect_time = #{collectTime},
where id = #{id}
delete from da_station_collection where id = #{id}
delete from da_station_collection where id in
#{id}