diff --git a/Application/Admin/Controller/PayMerchantController.class.php b/Application/Admin/Controller/PayMerchantController.class.php index 34a592390..ffc427ceb 100644 --- a/Application/Admin/Controller/PayMerchantController.class.php +++ b/Application/Admin/Controller/PayMerchantController.class.php @@ -38,8 +38,8 @@ class PayMerchantController extends ThinkController $map['payed_time'] = array('elt', (strtotime($_REQUEST['timeend']) + 86399)); } - if ($_REQUEST['game_id']) { - $map['game_id'] = $_REQUEST['game_id']; + if ($_REQUEST['account']) { + $map['merchant.account'] = $_REQUEST['account']; } if ($_REQUEST['name']) {