From 7e6bc959dfedd1ce7ecefc162396938f515cb702 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 18 Jun 2020 15:22:30 +0800 Subject: [PATCH] 1 --- server/imserver/player.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/imserver/player.cc b/server/imserver/player.cc index 0055314..1215f17 100644 --- a/server/imserver/player.cc +++ b/server/imserver/player.cc @@ -209,10 +209,12 @@ void Player::_CMFriendApplyList(f8::MsgHdr& hdr, const cs::CMFriendApplyList& ms apply.base_data.user_value1 = a8::XValue(row[8]); apply.base_data.user_value2 = a8::XValue(row[9]); apply.base_data.user_value3 = a8::XValue(row[10]); + #if 0 hum->apply_list_.push_back(apply); if (apply.idx > hum->last_apply_idx_) { hum->last_apply_idx_ = apply.idx; } + #endif } cs::SMFriendApplyList respmsg; hum->FillApplyList(*paging, respmsg);