From 1f8bf718653820cfb09295f3efa29d0ff9d10154 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 11 May 2021 16:39:14 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 != "" {