insert into station_oil_gun
oil_gun_no,oil_name,oil_price,station_id,date,#{oilGunNo},#{oilName},#{oilPrice},#{stationId},#{date},
update station_oil_gun
oil_gun_no = #{oilGunNo},oil_name = #{oilName},oil_price = #{oilPrice},station_id = #{stationId},date = #{date},
where oil_gun_id = #{oilGunId}
delete from station_oil_gun where oil_gun_id = #{oilGunId}
delete from station_oil_gun where oil_gun_id in
#{oilGunId}