mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-13 06:03:44 +08:00
1. 订单列表添加平台流水号查询
2. 修临订单查询功能异常问题 3. 优化订单数据表结构
This commit is contained in:
@@ -240,6 +240,7 @@ EOT;
|
||||
`create_time` datetime DEFAULT CURRENT_TIMESTAMP,
|
||||
`close_time` datetime DEFAULT NULL,
|
||||
`pay_time` datetime DEFAULT NULL,
|
||||
`platform` varchar(15) NOT NULL DEFAULT '',
|
||||
`platform_order` varchar(255) NOT NULL DEFAULT '',
|
||||
`aid` int(11) NOT NULL DEFAULT 0,
|
||||
`cid` int(11) NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user