diff --git a/webapp/services/RoomBattleDataService.php b/webapp/services/RoomBattleDataService.php index 2b519cb1..5f22b7ab 100644 --- a/webapp/services/RoomBattleDataService.php +++ b/webapp/services/RoomBattleDataService.php @@ -112,7 +112,7 @@ class RoomBattleDataService extends BaseService { $member['battle_score'] = $battleScore; // //验证非机器人 $account = getXVal($member,'account_id', 0); - if(myself()->_isAndroidAccountId($account)){ + if(!myself()->_isAndroidAccountId($account)){ error_log('Real Account:'.$account); myself()->switchAccount($account); $userDb = myself()->_getOrmUserInfo();