From 07b0d4cacaa0d526f0e375c82a7fa959668b1ef0 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 26 Jul 2018 16:58:30 +0800 Subject: [PATCH] =?UTF-8?q?ipaylinks=20=E6=8E=92=E5=BA=8F,=E6=9C=AA?= =?UTF-8?q?=E5=8F=91=E9=80=81>=E5=A4=B1=E8=B4=A5>=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/models/note_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/models/note_model.php b/webht/third_party/pay/models/note_model.php index 2fbc4f94..19ee668b 100644 --- a/webht/third_party/pay/models/note_model.php +++ b/webht/third_party/pay/models/note_model.php @@ -23,7 +23,7 @@ class Note_model extends CI_Model { $this->search = null; $this->payment_status = null; $this->dealId = null; - $this->orderby = ' ORDER BY IPL_sn DESC '; + $this->orderby = ' ORDER BY IPL_sent DESC ,IPL_sn DESC '; } public function unsend($topnum = 2) {