Commit e0e974f1 authored by christ's avatar christ

pc

parent a9226a09
......@@ -362,6 +362,8 @@ class MessageServiceModel extends \Business\AbstractModel
if($fromId!=$toId){
$isSuccess=-1*$isSuccess;
$memberDb0Redis->tableHIncrBy($fromId,'unread_message_count',$isSuccess);
}else{
$messageHistoryDao->updateByFromIdAndSelfTypeAndToIdAndToType($toId, $toType,$fromId, $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