* Finish task#36154.

This commit is contained in:
qiyu-xie
2021-02-20 11:10:46 +08:00
parent 5579ce6db4
commit e4a47518ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2561,7 +2561,7 @@ class project extends control
* @access public
* @return void
*/
public function all($status = 'all', $projectID = 0, $orderBy = 'id_asc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
public function all($status = 'all', $projectID = 0, $orderBy = 'id_desc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
{
$this->app->loadLang('my');
$this->app->loadLang('programplan');