Commit 3bef361f authored by wwccw0591's avatar wwccw0591

pc

parent c802b13e
...@@ -318,7 +318,7 @@ class MessageServiceModel extends \Business\AbstractModel ...@@ -318,7 +318,7 @@ class MessageServiceModel extends \Business\AbstractModel
$message['gmtCreate'] = TIMESTAMP; $message['gmtCreate'] = TIMESTAMP;
$message['isRead'] = ApiConst::unread; $message['isRead'] = ApiConst::unread;
$message['type'] = (int)$message['type']; $message['type'] = (int)$message['type'];
$serializeMessage = serialize($message); $serializeMessage = $message['content'];
//将消息添加到表messageHistory //将消息添加到表messageHistory
$mesageHistory['fromId'] = $fromId; $mesageHistory['fromId'] = $fromId;
$mesageHistory['fromType'] = $fromType; $mesageHistory['fromType'] = $fromType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment