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 }