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;