This commit is contained in:
邹宗楠
2022-05-17 19:22:03 +08:00
parent f12103db54
commit 4dff237ce4
5 changed files with 8 additions and 37 deletions

View File

@@ -2112,7 +2112,7 @@ func RefreshJXPriceChange(ctx *jxcontext.Context, storeID int) (hint string, err
storeMap.PricePercentagePack = "京西100-100"
dao.UpdateEntity(db, storeMap, "PricePercentagePack")
case model.VendorIDJX:
storeMap.PricePercentagePack = "京西100-100"
storeMap.PricePercentagePack = ""
dao.UpdateEntity(db, storeMap, "PricePercentagePack")
}
}