This commit is contained in:
xiaoyu
2021-07-22 18:55:15 +08:00
parent 83e259d0ba
commit c63370bb40
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ create table `lc_order_purchase` (
`item_num` int(10) unsigned not null default '1' comment '商品/服务数量',
`item_price` decimal(12,2) not null default '0.00' comment '商品/服务价格',
`biz_id` int(11) not null default '0' comment '商家id',
`carriage` int(10) unsigned not null default '0', comment '运费',
`carriage` int(10) unsigned not null default '0' comment '运费',
`total_price` decimal(12,2) not null default '0.00' comment '订单价格',
`pay_price` decimal(12,2) not null default '0.00' comment '实付金额',
`uname` varchar(16) not null default '' comment '订单用户姓名',