fix not show problem

This commit is contained in:
chiu 2020-04-07 10:12:44 +08:00
parent b2a04aebe5
commit 9a6dbc4875
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module Announcement
data_item[key_item2] = [value2_item1,value2_item2]
require File.expand_path('../../../app/models/anns_cache', __FILE__)
if defined? AnnsCache
AnnsCache.all.destroy
AnnsCache.destroy_all
end
rescue => e
puts ['error in announcement',e]