diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index c96500be6..82cd2f669 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1881,6 +1881,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { }) // } } + fmt.Println("uuuuu2", utils.Format4Output(lists, false)) FreeBatchInfo2("uuuuu2", func(task tasksch.ITask, batchedStoreSkuList []*jdapi.SkuIdEntity) (result interface{}, successCount int, err error) { err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMap.StoreID), batchedStoreSkuList) return result, 0, err