From b5bad1cdd70f002b39b9dd68d677d728b6acecc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 16 May 2022 09:44:38 +0800 Subject: [PATCH] 1 --- business/model/store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/model/store_sku.go b/business/model/store_sku.go index 557a4e318..d98d05750 100644 --- a/business/model/store_sku.go +++ b/business/model/store_sku.go @@ -123,7 +123,7 @@ type StoreSkuBind struct { JxPrice int `json:"jxPrice"` YbPrice int `json:"ybPrice"` JdsPrice int `json:"jdsPrice"` - GmPrice int `json:"gmPrice"` + //GmPrice int `json:"gmPrice"` JdLockTime *time.Time `orm:"null" json:"jdLockTime"` JdsLockTime *time.Time `orm:"null" json:"jdsLockTime"` @@ -131,7 +131,7 @@ type StoreSkuBind struct { EbaiLockTime *time.Time `orm:"null" json:"ebaiLockTime"` JxLockTime *time.Time `orm:"null" json:"jxLockTime"` YbLockTime *time.Time `orm:"null" json:"ybLockTime"` - GmLockTime *time.Time `orm:"null" json:"gmLockTime"` + //GmLockTime *time.Time `orm:"null" json:"gmLockTime"` AutoSaleAt time.Time `orm:"type(datetime);null" json:"autoSaleAt"`