|
|
@ -156,7 +156,7 @@ class Online_payment_note_model extends CI_Model {
|
|
|
|
$this->transactionId ? $sql.=$this->transactionId : false;
|
|
|
|
$this->transactionId ? $sql.=$this->transactionId : false;
|
|
|
|
$this->orderby ? $sql.=$this->orderby : false;
|
|
|
|
$this->orderby ? $sql.=$this->orderby : false;
|
|
|
|
|
|
|
|
|
|
|
|
log_message('error', PHP_EOL . $sql);
|
|
|
|
// log_message('error', PHP_EOL . $sql);
|
|
|
|
|
|
|
|
|
|
|
|
$query = $this->info->query($sql);
|
|
|
|
$query = $this->info->query($sql);
|
|
|
|
$result = $query->result();
|
|
|
|
$result = $query->result();
|
|
|
|