diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 316d9d739..619aadff8 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1609,7 +1609,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // continue // } // } - storeSkus, err := dao.GetStoresSkusInfo(dao.GetDB(), []int{102891}, nil) + storeSkus, err := dao.GetStoresSkusInfo(dao.GetDB(), nil, nil) task := tasksch.NewParallelTask("刷新门店价格", tasksch.NewParallelConfig().SetIsContinueWhenError(true), ctx, func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) { v := batchItemList[0].(*model.StoreSkuBind)