修改留言的at微信相关BUG
This commit is contained in:
parent
728e1333fc
commit
fe431902d7
|
@ -99,7 +99,7 @@ class AtMessage < ActiveRecord::Base
|
|||
else
|
||||
type = "journal_for_message"
|
||||
detail_id = topic.id
|
||||
detail_title = at_message.notes
|
||||
detail_title = topic.notes.nil? ? "" : topic.notes
|
||||
end
|
||||
else
|
||||
status = -1
|
||||
|
|
Loading…
Reference in New Issue