Merge pull request '修复问题' (#71) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan 2023-06-19 10:45:59 +08:00
commit 2df283e202
1 changed files with 1 additions and 1 deletions

View File

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