select pay_id, pay_mode, station_id, station_name, image_photos_flag, card_enabled_flag, activity_pic, preferential_way_share_flag, other_preferential_way, pay_print_num, pay_callback_page, ws_print_flag from station_pay insert into station_pay pay_mode, station_id, station_name, image_photos_flag, card_enabled_flag, activity_pic, preferential_way_share_flag, other_preferential_way, pay_print_num, pay_callback_page, ws_print_flag, #{payMode}, #{stationId}, #{stationName}, #{imagePhotosFlag}, #{cardEnabledFlag}, #{activityPic}, #{preferentialWayShareFlag}, #{otherPreferentialWay}, #{payPrintNum}, #{payCallbackPage}, #{wsPrintFlag}, update station_pay pay_mode = #{payMode}, station_id = #{stationId}, station_name = #{stationName}, image_photos_flag = #{imagePhotosFlag}, card_enabled_flag = #{cardEnabledFlag}, activity_pic = #{activityPic}, preferential_way_share_flag = #{preferentialWayShareFlag}, other_preferential_way = #{otherPreferentialWay}, pay_print_num = #{payPrintNum}, pay_callback_page = #{payCallbackPage}, ws_print_flag = #{wsPrintFlag}, where pay_id = #{payId} delete from station_pay where pay_id = #{payId} delete from station_pay where pay_id in #{payId}