From 1435e9f97ef203418e48b5d80a36ec7f29b84377 Mon Sep 17 00:00:00 2001 From: lyt Date: Tue, 28 May 2019 13:41:29 +0800 Subject: [PATCH] =?UTF-8?q?PayPal=20detail=E4=BC=98=E5=85=88IPN=E7=9A=84?= =?UTF-8?q?=E7=BB=93=E6=9E=9C>WH?= 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 ac914479..109bad65 100644 --- a/webht/third_party/paypal/models/note_model.php +++ b/webht/third_party/paypal/models/note_model.php @@ -57,6 +57,7 @@ class Note_model extends CI_Model { $this->topnum=1; $this->pn_txn_id=" AND pn.pn_txn_id=".$this->HT->escape($pn_txn_id); $this->pn_txn_id .= ($pn_sn===NULL) ? "" : " AND pn.pn_sn=".$this->HT->escape($pn_sn); + $this->orderby=" ORDER BY pn_payment_date, pn_payer desc "; return $this->get_list(); }