From 5d2e9be549c869054adb21df624fa908cf5c5dfc Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 22 Nov 2019 18:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=B4=BB=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=EF=BC=8COriginalPrice=E8=BF=94=E5=9B=9E=E4=BA=AC=E8=A5=BF?= =?UTF-8?q?=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index ae880de1f..05c8a5498 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -150,7 +150,6 @@ func ActStoreSkuParam2Model(ctx *jxcontext.Context, db *dao.DaoDB, act *model.Ac jxPrice := storeSkuInfo.Price actSkuMap.VendorPrice = int64(getVendorPriceFromStoreSkuBind(storeSkuInfo, vendorID)) v.OriginalPrice = int64(jxPrice) - v.OriginalPrice = actSkuMap.VendorPrice // 暂时返回平台价 } var err2 error if act.Type != model.ActSkuFake { // 非结算,要计算实际活动价格