alter table oa_pro_task add real_complete_time datetime null comment '实际完成时间'; update oa_pro_task set real_complete_time = complete_time where complete_time is not null;