diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index afa9c0662..85fa60e9b 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1606,6 +1606,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { }) } } + fmt.Println("2222222222222222222222222222222222222222", utils.Format4Output(ss, false)) for i := 0; i < len(ss)-1; i++ { for j := 0; j < len(ss)-1-i; j++ { if ss[j].s > ss[j+1].s {