ipaylinks 排序,未发送>失败>成功

feature/trippest
lyt 8 years ago
parent 4c9fb41945
commit 07b0d4caca

@ -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) {

Loading…
Cancel
Save