addstoreVendorMap和update支持京西门店

This commit is contained in:
苏尹岚
2019-12-11 13:46:16 +08:00
parent 2b49d2ba74
commit 77880d2318
4 changed files with 17 additions and 18 deletions

View File

@@ -359,7 +359,7 @@ func UpdateConfig(ctx *jxcontext.Context, key, configType, value string) (hint s
if vendorID != model.VendorIDJX {
dao.SetStoreSkuSyncStatus(db, vendorID, storeIDs, nil, model.SyncFlagPriceMask)
} else {
ReCalculateJxPrice(ctx, storeIDs)
ReCalculateJxPrice(db, ctx, storeIDs)
}
}
case model.ConfigTypeFreightPack: