From c07c859b8ac562f48e4f516c435a56c17f8901e8 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Sun, 24 May 2020 10:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index de1d6492f..ca0367f77 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1533,9 +1533,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { store := stores[0] if store.Status != model.StoreStatusDisabled && !strings.Contains(store.Name, "不做") { pricePercentagePack := "" - if store.PayPercentage > 90 { + if store.PayPercentage >= 90 { pricePercentagePack = "京西100" - } else if store.PayPercentage > 80 { + } else if store.PayPercentage >= 80 { pricePercentagePack = "京西80" } else { pricePercentagePack = "京西70"