ipaylinks 不处理接收到的失败的记录

feature/trippest
lyt 7 years ago
parent c8c4e0ffa3
commit 5cdef0d34f

@ -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;
}

@ -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;

Loading…
Cancel
Save