select station_number, type from planpower_distribution insert into planpower_distribution station_number, type, #{stationNumber}, #{type}, update planpower_distribution type = #{type}, where station_number = #{stationNumber} delete from planpower_distribution where station_number = #{stationNumber}