select c.id, c.create_by, c.create_time,c.parent_id, c.settlement_price, c.settlement_type, c.driver_price,c.station_id,dept_name as station_name,u.nick_name as create_name from station_settlement_price_adjust c left join sys_dept d on c.station_id = d.dept_id left join sys_user u on c.create_by =u.user_id insert into station_settlement_price_adjust id, create_by, create_time, settlement_price, settlement_type, driver_price, station_id, parent_id, #{id}, #{createBy}, #{createTime}, #{settlementPrice}, #{settlementType}, #{driverPrice}, #{stationId}, #{parentId}, update station_settlement_price_adjust create_by = #{createBy}, create_time = #{createTime}, settlement_price = #{settlementPrice}, settlement_type = #{settlementType}, driver_price = #{driverPrice}, station_id = #{stationId}, parent_id = #{parentId}, where id = #{id} delete from station_settlement_price_adjust where id = #{id} delete from station_settlement_price_adjust where id in #{id}