windows-pc 16 órája
szülő
commit
9d3db27990
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      sku3d/sku3d/api/a-service-img.go

+ 1 - 1
sku3d/sku3d/api/a-service-img.go

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