ereport-fix_v1.sql 236 Bytes
use dili_etrade;
alter table statistics_order_seller
    add employee_id bigint null comment '店员id' after settle_date;
alter table statistics_order_seller_product
    add employee_id bigint null comment '店员id' after settle_date;