fix 日志bug

mobile-first
LMR 6 years ago
parent ceef81e564
commit a2245a6603

@ -168,7 +168,7 @@ class Logs_model extends CI_Model {
function pick_backup_meta($action) {
$this->init();
$this->top_num = 1;
$this->action = " AND il.action =" . $this->HT->escape($action);
$this->action = " AND il.log_action =" . $this->HT->escape($action);
return $this->get_list();
}

Loading…
Cancel
Save