From 624a2b7cde145ab9962726f3a616802994785929 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 28 Jul 2020 10:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PayMerchantController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PayMerchantController.class.php b/Application/Admin/Controller/PayMerchantController.class.php index d1f93a855..60110955e 100644 --- a/Application/Admin/Controller/PayMerchantController.class.php +++ b/Application/Admin/Controller/PayMerchantController.class.php @@ -25,7 +25,7 @@ class PayMerchantController extends ThinkController if (isset($_REQUEST['row'])) { $row = $_REQUEST['row']; } else { - $row = 2; + $row = 10; } $map = [];