diff --git a/business/jxstore/report/report.go b/business/jxstore/report/report.go index 7e176fa96..678313725 100644 --- a/business/jxstore/report/report.go +++ b/business/jxstore/report/report.go @@ -434,6 +434,7 @@ func GetStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorID int, f storeIDs = storeIDs2 } } + fmt.Println("storeIDs1111111111111111111111111111111111", storeIDs) task := tasksch.NewParallelTask("GetStoreManageState", tasksch.NewParallelConfig().SetIsContinueWhenError(true), ctx, func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) { v := batchItemList[0].(int)