From 868e338ad9e44fdf007fbe8ab92699597b6b322c 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 17:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E5=8A=A0=E6=89=93=E5=8D=B0=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 604f8b1d5..7a90bb0df 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1698,6 +1698,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { deleteList = append(deleteList, k) } } + fmt.Println("addList", addList) + fmt.Println("updateList", updateList) + fmt.Println("deleteList", deleteList) return err }