fix error
This commit is contained in:
parent
c31463d83d
commit
43f92c9bd6
|
@ -18,6 +18,7 @@ class PaperCriteria
|
|||
def epaper_topics
|
||||
tmp = EPaperTopic.where(:period.gte => self.start_date, :period.lte => self.end_date).can_display
|
||||
tmp = EPaperTopic.where(:period.gte => self.start_date, :period.lte => self.end_date).limit(1) if tmp.first.nil?
|
||||
tmp
|
||||
end
|
||||
|
||||
def other_emails_ids
|
||||
|
|
Loading…
Reference in New Issue