* Modify execution-all default param.

This commit is contained in:
孙广明
2022-07-21 13:13:43 +08:00
parent dcd013186a
commit 49517aec09
+1 -1
View File
@@ -3656,7 +3656,7 @@ class execution extends control
* @access public
* @return void
*/
public function all($status = 'all', $projectID = 0, $orderBy = 'order_asc', $productID = 0, $recTotal = 0, $recPerPage = 100, $pageID = 1)
public function all($status = 'undone', $projectID = 0, $orderBy = 'order_asc', $productID = 0, $recTotal = 0, $recPerPage = 100, $pageID = 1)
{
$this->app->loadLang('my');
$this->app->loadLang('product');