忘加打印了

This commit is contained in:
苏尹岚
2020-07-08 17:27:34 +08:00
parent b7fa5bdd38
commit 868e338ad9

View File

@@ -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
}