fix error

This commit is contained in:
邱博亞 2022-03-29 16:51:09 +08:00
parent c395d4c44d
commit 79476c545b
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class BulletinFeed
}.to_json
BulletinFeedCache.where(uid: uid,start: startdt,end: enddt,date: dt).destroy
feed_cache = BulletinFeedCache.create(uid: uid,content: anns,start: startdt,end: enddt,date: dt,invalid_date: invalid_date)
all_anns
anns
end
def self.smart_convertor(text,url)
doc = Nokogiri.HTML(text)