fix error

This commit is contained in:
邱博亞 2021-12-28 16:32:20 +08:00
parent ab9f85467e
commit 45d2a392e3
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class BulletinFeed
"tags" => tag_names,
"categories" => category_titles
}.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)
end
def self.smart_convertor(text,url)