@@ -169,7 +169,7 @@ func DeleteImage(c *gin.Context, apictx *ApiSession) (interface{}, error) {
id := c.Param("id")
_, err := RomoveFassiImage(id)
if err != nil {
- return nil, err
+ log.Error("删除时删除fassi image 错误:", err)
}
return repo.RepoDeleteDoc(apictx.CreateRepoCtx(), repo.CollectionMatImages, id)