select id, proj_no, hole_no, test_no, test_method, pipe_lenth, expect_depth_start, expect_depth_end, first_depth_start, first_depth_end, second_depth_start, second_depth_end, third_depth_start, third_depth_end, expect_hammer_times, first_hammer_times, second_hammer_times, third_hammer_times, total_times, footage_sum, longitude, latitude, location_time, create_time, update_time, remarks, descriptor, driller, test_img, test_video, del_flag, isHistory, record_no, record_type from js_test_info insert into js_test_info id, proj_no, hole_no, test_no, test_method, pipe_lenth, expect_depth_start, expect_depth_end, first_depth_start, first_depth_end, second_depth_start, second_depth_end, third_depth_start, third_depth_end, expect_hammer_times, first_hammer_times, second_hammer_times, third_hammer_times, total_times, footage_sum, longitude, latitude, location_time, create_time, update_time, remarks, descriptor, driller, test_img, test_video, del_flag, isHistory, record_no, record_type, #{id}, #{projNo}, #{holeNo}, #{testNo}, #{testMethod}, #{pipeLenth}, #{expectDepthStart}, #{expectDepthEnd}, #{firstDepthStart}, #{firstDepthEnd}, #{secondDepthStart}, #{secondDepthEnd}, #{thirdDepthStart}, #{thirdDepthEnd}, #{expectHammerTimes}, #{firstHammerTimes}, #{secondHammerTimes}, #{thirdHammerTimes}, #{totalTimes}, #{footageSum}, #{longitude}, #{latitude}, #{locationTime}, #{createTime}, #{updateTime}, #{remarks}, #{descriptor}, #{driller}, #{testImg}, #{testVideo}, #{delFlag}, #{ishistory}, #{recordNo}, #{recordType}, update js_test_info proj_no = #{projNo}, hole_no = #{holeNo}, test_no = #{testNo}, test_method = #{testMethod}, pipe_lenth = #{pipeLenth}, expect_depth_start = #{expectDepthStart}, expect_depth_end = #{expectDepthEnd}, first_depth_start = #{firstDepthStart}, first_depth_end = #{firstDepthEnd}, second_depth_start = #{secondDepthStart}, second_depth_end = #{secondDepthEnd}, third_depth_start = #{thirdDepthStart}, third_depth_end = #{thirdDepthEnd}, expect_hammer_times = #{expectHammerTimes}, first_hammer_times = #{firstHammerTimes}, second_hammer_times = #{secondHammerTimes}, third_hammer_times = #{thirdHammerTimes}, total_times = #{totalTimes}, footage_sum = #{footageSum}, longitude = #{longitude}, latitude = #{latitude}, location_time = #{locationTime}, create_time = #{createTime}, update_time = #{updateTime}, remarks = #{remarks}, descriptor = #{descriptor}, driller = #{driller}, test_img = #{testImg}, test_video = #{testVideo}, del_flag = #{delFlag}, isHistory = #{ishistory}, record_no = #{recordNo}, record_type = #{recordType}, where id = #{id} delete from js_test_info where id = #{id} delete from js_test_info where id in #{id}