This commit is contained in:
苏尹岚
2021-03-17 15:08:48 +08:00
parent d40a381552
commit 1ae86dcdf5
2 changed files with 44 additions and 48 deletions

View File

@@ -1957,9 +1957,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
createList = append(createList, v)
}
}
fmt.Println("aaaaaaaaaaaaaaaaa", len(updateList))
fmt.Println("bbbbbbbbbbbbbbbbbbbbb", utils.Format4Output(deleteList, false))
fmt.Println("ccccccccccccccccccccccccc", utils.Format4Output(createList, false))
// task2 := tasksch.NewParallelTask("deleteList", tasksch.NewParallelConfig().SetIsContinueWhenError(true), ctx,
// func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) {
// storeID := batchItemList[0].(int)