edit-amdin-add_paylog and api filter brand_id =3
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user