更新调价包修改

This commit is contained in:
苏尹岚
2019-12-11 15:28:25 +08:00
parent c0cd4fe692
commit 7182ea87d5
3 changed files with 119 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(db, ctx, storeIDs)
hint, err = ReCalculateJxPrice(db, ctx, storeIDs)
}
}
case model.ConfigTypeFreightPack: