|
|
@@ -433,10 +433,12 @@
|
|
|
a.id,
|
|
|
a.message_id as messageId,
|
|
|
b.registration_id as registrationId,
|
|
|
- c.resource_id as resourceId
|
|
|
+ c.resource_id as resourceId,
|
|
|
+ c.title as messageTitle,
|
|
|
+ c.body as messageBody
|
|
|
from
|
|
|
message_producer a
|
|
|
- left join
|
|
|
+ inner join
|
|
|
jpush_easemob_account b on a.consumer_id = b.uid
|
|
|
left join
|
|
|
message_from_system c on a.message_id = c.id
|