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