Browse Source

fix bug

pull/343/head
chenjing 3 years ago
parent
commit
7a9be10194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/models/organization.rb

+ 1
- 1
app/models/organization.rb 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)


Loading…
Cancel
Save