@@ -26,7 +26,7 @@ class ReportRestoreModel extends \DAO\AbstractModel {
...
@@ -26,7 +26,7 @@ class ReportRestoreModel extends \DAO\AbstractModel {
}
}
publicfunctiongetList(){
publicfunctiongetList(){
$this->setDb();
$this->setDb();
return$this->db->select('restore_id AS reasonId,restore_info AS restoreInfo,restore_describe AS restoreDescribe')->from($this->_tableName)->order('sort','DESC')->fetchAll();
return$this->db->select('restore_id AS reasonId,restore_info AS restoreInfo,restore_describe AS restoreDescribe')->from($this->_tableName)->order('sort','ASC')->fetchAll();