mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix bug
This commit is contained in:
@@ -109,7 +109,7 @@ class Organization < Owner
|
||||
|
||||
def is_sign?(user_id)
|
||||
return false if cla.nil?
|
||||
cla.user_clas.where(user_id: user_id, status: 1).present?
|
||||
cla.user_clas.where(user_id: user_id, state: 1).present?
|
||||
end
|
||||
|
||||
def cla_sign_email(user_id)
|
||||
|
||||
Reference in New Issue
Block a user