edit-admin-order_loan

This commit is contained in:
lccsw
2021-11-16 15:20:05 +08:00
parent 143d52d4df
commit 5eff6bb090
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -198,3 +198,4 @@ alter table lc_receiver_orders add money_json json default null comment "价格j
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;
alter table lc_receiver_orders add order_time timestamp not null default '0000-00-00 00:00:00' comment '下定时间' after bill_time;