This commit is contained in:
chiu 2020-01-20 10:37:43 +08:00
parent d37bad98b9
commit f1ed4c6ed4
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ class MemberLog
has_many :dayoffs has_many :dayoffs
def self.get_plugin_datas_to_member(datas) def self.get_plugin_datas_to_member(datas)
page = Page.where(:module => "member_log").first rescue nil page = Page.where(:module => "member_log").first rescue nil
end
end end