* Fix execution update order.

This commit is contained in:
孙广明
2021-11-12 09:28:37 +08:00
parent a742b36ef7
commit a075c72531
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -811,7 +811,7 @@ class project extends control
* @access public
* @return void
*/
public function execution($status = 'all', $projectID = 0, $orderBy = 'id_desc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
public function execution($status = 'all', $projectID = 0, $orderBy = 'order_asc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
{
$uri = $this->app->getURI(true);
$this->app->session->set('executionList', $uri, 'project');