From 5c731a378206d76a59c72a0884b4ddeff5da31d5 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 19 Jul 2024 13:46:06 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20PayPal=E8=AE=B0=E5=BD=95:=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BA=A4=E6=98=93=E5=85=B3=E8=81=94=E7=9A=84=E9=80=80?= =?UTF-8?q?=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/models/note_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webht/third_party/paypal/models/note_model.php b/webht/third_party/paypal/models/note_model.php index daaa80bf..35655fba 100644 --- a/webht/third_party/paypal/models/note_model.php +++ b/webht/third_party/paypal/models/note_model.php @@ -129,6 +129,7 @@ class Note_model extends CI_Model { $search_key = trim($search_key); if (!empty($search_key)) { $search_sql.=" AND ( pn.pn_txn_id = '$search_key' + OR pn_reference_id = '$search_key' OR pn.pn_invoice like '%$search_key%' OR pn.pn_custom like '%$search_key%' OR pn.pn_item_name like '%$search_key%'