select id, sfc_code, location_code, param_set_name, torque, angle, angle_status, collect_time from da_tighten_collection
insert into da_tighten_collection
id,sfc_code,location_code,param_set_name,torque,angle,angle_status,collect_time,#{id},#{sfcCode},#{locationCode},#{paramSetName},#{torque},#{angle},#{angleStatus},#{collectTime},
update da_tighten_collection
sfc_code = #{sfcCode},location_code = #{locationCode},param_set_name = #{paramSetName},torque = #{torque},angle = #{angle},angle_status = #{angleStatus},collect_time = #{collectTime},
where id = #{id}
delete from da_tighten_collection where id = #{id}
delete from da_tighten_collection where id in
#{id}