select id, station_id, settlement_type, settlement_price, driver_price,p.create_by,p.create_time,
p.update_by,p.update_time,d.dept_name as station_name,balance,dept_id,driver_price_type
from sys_dept d left join station_settlement_price p on d.dept_id = p.station_id
insert into station_settlement_price
id,station_id,settlement_type,settlement_price,driver_price,driver_price_type,create_time,create_by,update_time,update_by,#{id},#{stationId},#{settlementType},#{settlementPrice},#{driverPrice},#{driverPriceType},#{createTime},#{createBy},#{updateTime},#{updateBy},
update station_settlement_price
station_id = #{stationId},settlement_type = #{settlementType},settlement_price = #{settlementPrice},driver_price = #{driverPrice},driver_price_type = #{driverPriceType},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},
where id = #{id}
delete from station_settlement_price where id = #{id}
delete from station_settlement_price where id in
#{id}