From 5e2177f14b04bdb42250dba00544f38207805a2f Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 27 May 2019 13:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ipaylinks=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=9A=84=E6=9F=A5=E8=AF=A2?= 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 44e0ba71..21ecf0a0 100644 --- a/webht/third_party/pay/models/note_model.php +++ b/webht/third_party/pay/models/note_model.php @@ -223,7 +223,7 @@ class Note_model extends CI_Model { (ISNULL(gaib.GAI_SN, 0)+ISNULL(gai.GAI_SN, 0))=0 and COLI.COLI_ID is null and IPL_sent not in ('send','closeRecord') ) - or (ISNULL(IPL_sent,'') in ('sendfail','unsend','') + or ISNULL(IPL_sent,'') in ('sendfail','unsend','') ) ) order by isRecord asc,ipl.IPL_sent desc,IPL_sn desc";