alter table wm_score_package add mah_settle_step char(8) default 'BUSINESS' null comment 'MAH结算-步进状态(BUSINESS-业务, FINANCE-财务)' after mah_settle_dept_id; alter table wm_score_package add mah_settle_time datetime null comment 'mah结算时间' after mah_settle_step;