From deaf6f06d714faafa41802478536e1431565e4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 8 Jul 2020 18:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 015d85a79..9680942e7 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1699,7 +1699,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } } fmt.Println("addList2", addList) - fmt.Println("updateList2", updateList) + fmt.Println("updateList2", utils.Format4Output(updateList, false)) fmt.Println("deleteList2", deleteList) return err }