delete from t_yw_point
UPDATE t_yw_point
SET
point_name = #{point.pointName},
unit_id = #{point.unitId},
start_time = #{point.startTime},
end_time = #{point.endTime},
province_tag = #{point.provinceTag},
important_command_image_tag = #{point.importantCommandImageTag},
dept_tag = #{point.deptTag}
WHERE serial_number = #{point.serialNumber}