edit-amdin-add_paylog and api filter brand_id =3

This commit is contained in:
lccsw
2021-09-30 15:57:45 +08:00
parent 0fd69e496c
commit 5fd89a93f1
8 changed files with 71 additions and 23 deletions
+1 -1
View File
@@ -92,5 +92,5 @@ create table lc_app_liche_orders (
c_time int(10) unsigned not null default '0' comment '创建时间',
u_time timestamp null default current_timestamp on update current_timestamp,
primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户购车订单';
alter table lc_app_liche_orders add descrip varchar(255) not null default '' comment '备注/描述' after pay_price;