edit-admin-order_list
This commit is contained in:
@@ -197,3 +197,4 @@ alter table lc_receiver_orders add finance_id int(10) unsigned not null default
|
||||
alter table lc_receiver_orders add money_json json default null comment "价格json数据" after info_json;
|
||||
alter table lc_receiver_orders add srv_ids varchar(100) not null default '' comment '服务id多个逗号隔开' after pack_id;
|
||||
alter table lc_receiver_orders add fine_ids varchar(100) not null default '' comment '精品id多个逗号隔开' after srv_ids;
|
||||
alter table lc_receiver_orders add bill_time timestamp not null default '0000-00-00 00:00:00' comment '开票时间' after delry_time;
|
||||
|
||||
Reference in New Issue
Block a user