org 容错get_letter_avatar_url

This commit is contained in:
2024-05-31 14:20:50 +08:00
parent 572a6de2ad
commit 4c82863851

View File

@@ -216,4 +216,9 @@ class Organization < Owner
ids.uniq.size
end
# user容错处理
def get_letter_avatar_url
""
end
end