From 5cdef0d34ff136f49d23f301650c22d755d4f524 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 26 Jul 2018 09:51:07 +0800 Subject: [PATCH] =?UTF-8?q?ipaylinks=20=E4=B8=8D=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=8E=A5=E6=94=B6=E5=88=B0=E7=9A=84=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/iPayLinksService.php | 3 ++- webht/third_party/pay/models/note_model.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 11737233..c3f82ea6 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -501,7 +501,8 @@ class IPayLinksService extends CI_Controller } // 批量结果 if (empty($pn_txn_id)) { - echo "done. recorde count:".$int; + echo "count:" . count($data['unsend_list']); + echo "\r\ndone. recorde count:".$int; } return; } diff --git a/webht/third_party/pay/models/note_model.php b/webht/third_party/pay/models/note_model.php index 9bc19894..aa2ba7f1 100644 --- a/webht/third_party/pay/models/note_model.php +++ b/webht/third_party/pay/models/note_model.php @@ -143,6 +143,7 @@ class Note_model extends CI_Model { ,pn.IPL_payerEmail FROM IPayLinksLog pn WHERE 1=1 + AND IPL_stateCode<>3 "; $this->send ? $sql.=$this->send : false; $this->search ? $sql.=$this->search : false;