From 43c88322a627bbb5fd01a70a2a12f3d41ccd088a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 1 Sep 2020 16:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BA=AC=E4=B8=9C=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) 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 {