diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index 50fc456e..b74714b8 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -2001,7 +2001,7 @@ function getMasterPaymentMerchant($way) $conditions['_string'] = 'ways&' . $way . '=' . $way; $conditions['status'] = 1; $conditions['is_master'] = 1; - return M('payment_merchant', 'tab_')->where($conditions)->select(); + return M('payment_merchant', 'tab_')->where($conditions)->find(); } function checkIsUserMasterMerchant($baseGame, $userId, $payAmount)