select id, device_number, device_name, scanning_time,process_name,station_name, content_information,personnel_name,order_number,production_order_number,execution_message,over_number from fjqydb.ring_scan_information insert into fjqydb.ring_scan_information device_number, device_name, scanning_time, content_information, native_numbering, personnel_name, process, process_name, order_number, production_order_number, station_id, station_name, execution_mark, execution_message, over_number, #{deviceNumber}, #{deviceName}, #{scanningTime}, #{contentInformation}, #{nativeNumbering}, #{personnelName}, #{process}, #{processName}, #{orderNumber}, #{productionOrderNumber}, #{stationId}, #{stationName}, #{executionMark}, #{executionMessage}, #{overNumber}, update fjqydb.ring_scan_information device_number = #{deviceNumber}, device_name = #{deviceName}, scanning_time = #{scanningTime}, content_information = #{contentInformation}, station_id=#{stationId}, station_name=#{stationName}, where id = #{id} delete from fjqydb.ring_scan_information where id = #{id} delete from fjqydb.ring_scan_information where id in #{id}