1
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user