This commit is contained in:
aozhiwei 2020-01-06 22:23:17 +08:00
parent 7051c81258
commit 6e0d643978

View File

@ -430,7 +430,7 @@ class RoleController{
':accountid' => $account_id
));
if ($rowCount != 0) {
$rows = $conn->execQuery('SELECT * FROM history_record WHERE accountid=:account_id;',
$rows = $conn->execQuery('SELECT * FROM history_record WHERE accountid=:account_id order by game_time desc limit 0,10;',
array(
':account_id' => $account_id
));