Commit 8594183a authored by wwccw0591's avatar wwccw0591

pc

parent 5cc09f4c
......@@ -55,6 +55,7 @@ class MemberServiceModel extends \Business\AbstractModel
}
$member['sendTime']=TIMESTAMP;
$this->memberDb0Redis->tableHMSet(trim($member['member_id']),$member,ApiConst::tenDaySecond);
$this->memberDb0Redis->tableHDel(trim($member['member_id']),'unread_message_count');
}
......
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