---DATEADD(yy,1,begindate) begindate字段 如果想要加一年 1 想要减一年 -1
update gas_task set begindate= DATEADD(yy,1,begindate) where govid =380 and task_type=1 and finish_status='待安检,已过期' and begindate <'2018-05-31 16:45:11.220'