cf.sql 186 B

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