From 6ba8ce141e129fd1c186de308da217384d8f2af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 24 Aug 2020 18:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=88=E4=BB=B7=E4=BB=B7=E6=A0=BC=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=8A=8A=E7=9C=8B=E6=98=AF=E4=B8=8D=E6=98=AF=E5=B7=B2?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/order.go b/business/model/order.go index ee82703c9..b85518644 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -397,6 +397,7 @@ type PriceDefendOrder struct { IsBuyNowPrice int `json:"isBuyNowPrice"` //库存剩x(x=当前客户购买的数量)时以当时价抢购 Issue int `json:"issue"` //期数,每晚22:00以后的守价单是归在第二天的期数中 IsSuccess int `json:"isSuccess"` //是否抢购成功 + IsPay int `json:"isPay"` //是否支付 } func (v *PriceDefendOrder) TableIndex() [][]string {