diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index b931e6a75..488f8dc44 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4325,7 +4325,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword string, vendo } dao.Commit(db, txDB) var newShopList []*dao.PageShopWithPlaceName - task := tasksch.NewParallelTask("", tasksch.NewParallelConfig().SetIsContinueWhenError(true), nil, + task := tasksch.NewParallelTask("", tasksch.NewParallelConfig().SetIsContinueWhenError(true), jxcontext.AdminCtx, func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) { v := batchItemList[0].(*dao.PageShopWithPlaceName) if v.Address != "" && v.CityName != "" {