This commit is contained in:
suyl
2020-05-24 10:56:06 +08:00
parent 8d8c583239
commit c07c859b8a

View File

@@ -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"