This commit is contained in:
aozhiwei 2020-07-03 10:31:55 +08:00
parent 60c75adea8
commit c30e1653d0

View File

@ -1313,10 +1313,7 @@ void Player::RecalcRedPoint()
"FROM friend_apply WHERE idx > %d AND target_id='%s' AND status=0 " "FROM friend_apply WHERE idx > %d AND target_id='%s' AND status=0 "
" AND sender_id NOT IN(" + fmtstr + ") LIMIT 1;" " AND sender_id NOT IN(" + fmtstr + ") LIMIT 1;"
).c_str(), ).c_str(),
{ sql_params,
last_apply_idx_,
myself.base_data.account_id
},
a8::XParams() a8::XParams()
.SetSender(myself.base_data.account_id), .SetSender(myself.base_data.account_id),
on_ok, on_ok,