edit-admin-order_list

This commit is contained in:
lccsw
2021-11-12 16:04:59 +08:00
parent 06d3923550
commit a452cb0470
9 changed files with 209 additions and 22 deletions
+1
View File
@@ -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;