mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-18 16:02:55 +00:00
数据库备份
This commit is contained in:
parent
6393e45c42
commit
0f79d88751
@ -103,7 +103,7 @@ class SystemDatabackup extends AuthController
|
||||
$data[$key]['backtime'] = $key;
|
||||
$data[$key]['time'] = $t['time'];
|
||||
}
|
||||
ksort($data);
|
||||
krsort($data);//根据时间降序
|
||||
return Json::result(0,'sucess',$data,count($data));
|
||||
}
|
||||
/**删除备份记录表
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user