diff --git a/Application/Admin/Controller/SpendController.class.php b/Application/Admin/Controller/SpendController.class.php index 0bd40d44d..270745826 100644 --- a/Application/Admin/Controller/SpendController.class.php +++ b/Application/Admin/Controller/SpendController.class.php @@ -72,7 +72,7 @@ class SpendController extends ThinkController unset($_REQUEST['pay_game_status']); } - if (isset($_REQUEST['merchant_id'])) { + if ($_REQUEST['merchant_id']) { $map['merchant_id'] = $_REQUEST['merchant_id']; unset($_REQUEST['merchant_id']); }