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 }