diff --git a/business/jxstore/report/report.go b/business/jxstore/report/report.go index 65af0a03f..944ac7e90 100644 --- a/business/jxstore/report/report.go +++ b/business/jxstore/report/report.go @@ -456,7 +456,7 @@ func RefreshStoreManageState(ctx *jxcontext.Context) { }, createList) tasksch.HandleTask(task3, task, true).Run() task3.GetResult(0) - task4 := tasksch.NewParallelTask("updateList", tasksch.NewParallelConfig().SetIsContinueWhenError(true), ctx, + task4 := tasksch.NewParallelTask("updateList", tasksch.NewParallelConfig().SetParallelCount(20).SetIsContinueWhenError(true), ctx, func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) { storeMap := batchItemList[0].(*model.StoreMap) if storeMap.VendorOrgCode == "" || storeMap.VendorStoreID == "" {