From 3a766c889de28529feb55d3e51a5ccc77c766152 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Wed, 1 Feb 2023 15:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=94=B6=E6=AC=BE=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=95=B0=E9=87=8F=E4=BB=A5=E4=BE=BF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/models/note_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/paypal/models/note_model.php b/webht/third_party/paypal/models/note_model.php index 171a34fc..c18242b2 100644 --- a/webht/third_party/paypal/models/note_model.php +++ b/webht/third_party/paypal/models/note_model.php @@ -218,7 +218,7 @@ class Note_model extends CI_Model { $this->info = $this->load->database('INFO', TRUE); $search_sql = $sn===0 ? "" : " AND TEL_SN=$sn "; $search_sql .= $currency===null ? "" : " AND TEL_transactionCurrency='" . $currency . "'"; - $sql = "SELECT TOP 10 * + $sql = "SELECT TOP 20 * FROM [InfoManager].[dbo].[Transaction_Export_Log] WHERE 1=1 $search_sql