From a3beb2ceaf44f73921258282d14ee29bbc01f6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 12 May 2020 11:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E4=BD=8D=E4=BB=B7=E4=BD=8E=E4=BA=8E5?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E4=B8=8D=E5=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index ea24bab24..19c55f3c0 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -2559,7 +2559,7 @@ func RefershStoreSkusMidPrice(ctx *jxcontext.Context, storeIDs []int, isCountry if storeSku.UnitPrice > priceReferList[0].MidUnitPrice/payPercentage*120 { skuBindInfo := &StoreSkuBindInfo{ NameID: priceReferList[0].NameID, - UnitPrice: priceReferList[0].MidUnitPrice / payPercentage * 100, + UnitPrice: priceReferList[0].MidUnitPrice / payPercentage * 120, } skuBindInfos = append(skuBindInfos, skuBindInfo) }