|
|
|
@ -154,6 +154,21 @@ class Logs_model extends CI_Model {
|
|
|
|
|
function backup_meta($is_id, $log_content, $meta_code) {
|
|
|
|
|
return $this->write('backup_meta_'.$meta_code, $is_id, $log_content);
|
|
|
|
|
}
|
|
|
|
|
//列表信息meta内容,lmr - 2020/03/23
|
|
|
|
|
function list_backup_meta($is_id, $meta_code) {
|
|
|
|
|
$this->init();
|
|
|
|
|
$this->top_num = 50;
|
|
|
|
|
$this->log_res_id = $this->HT->escape($is_id);
|
|
|
|
|
$this->log_action = 'backup_meta_'.$meta_code;
|
|
|
|
|
return $this->get_list();
|
|
|
|
|
}
|
|
|
|
|
//制定读取信息meta内容,lmr - 2020/03/23
|
|
|
|
|
function pick_backup_meta($log_id) {
|
|
|
|
|
$this->init();
|
|
|
|
|
$this->top_num = 1;
|
|
|
|
|
$this->log_id = $this->HT->escape($is_id);
|
|
|
|
|
return $this->get_list();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//备份信息简介
|
|
|
|
|
function backup_summary($is_id, $log_content) {
|
|
|
|
|