|
@@ -31,7 +31,7 @@ const (
|
|
WechatPayWay PaymentWay = "wechat"
|
|
WechatPayWay PaymentWay = "wechat"
|
|
AliPayWay PaymentWay = "alipay"
|
|
AliPayWay PaymentWay = "alipay"
|
|
|
|
|
|
- detailColumn = "id,order_id,user_id,template_user_id,product_id,status,created_time,updated_time,total_amount"
|
|
|
|
|
|
+ detailColumn = "id,order_id,user_id,template_user_id,product_id,status,created_time,updated_time,total_amount,expired_time"
|
|
)
|
|
)
|
|
|
|
|
|
type ProductOrder struct {
|
|
type ProductOrder struct {
|