* 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
@@ -2925,7 +2925,7 @@ class execution extends control
* @access public
* @return void
*/
public function all($status = 'all', $projectID = 0, $orderBy = 'id_desc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
public function all($status = 'all', $projectID = 0, $orderBy = 'order_asc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
{
$this->app->loadLang('my');
$this->app->loadLang('product');