org 容错get_letter_avatar_url
This commit is contained in:
parent
572a6de2ad
commit
4c82863851
|
@ -216,4 +216,9 @@ class Organization < Owner
|
||||||
ids.uniq.size
|
ids.uniq.size
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# user容错处理
|
||||||
|
def get_letter_avatar_url
|
||||||
|
""
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue