diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index c657c2f0d..8f0c88389 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1639,7 +1639,7 @@ func RefreshJXPriceChange(ctx *jxcontext.Context) (hint string, err error) { store := batchItemList[0].(*model.Store) var skuBindInfos []*cms.StoreSkuBindInfo for _, v := range vendorIDs { - storeMaps, _ := dao.GetStoresMapList(db, []int{v}, []int{store.ID}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "") + storeMaps, _ := dao.GetStoresMapList(db, []int{v}, []int{store.ID}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "") if len(storeMaps) > 0 { storeMap := storeMaps[0] switch v {