select id, station_id, third_party_type, create_time, create_by, update_time, update_by, del_flag from station_setting_relation
id, station_id, third_party_type, create_time, create_by, update_time, update_by, del_flag
insert into station_setting_relation
station_id,
third_party_type,
create_time,
create_by,
update_time,
update_by,
del_flag,
#{stationId},
#{thirdPartyType},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{delFlag},
update station_setting_relation
station_id = #{stationId},
third_party_type = #{thirdPartyType},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
del_flag = #{delFlag},
where id = #{id}
delete from station_setting_relation where id = #{id}
delete from station_setting_relation where id in
#{id}