Merge branch 'sprint190_zg_bugs' into 'master'

* Fix bug#22554,22673,22555

See merge request easycorp/zentaopms!3508
This commit is contained in:
孙广明
2022-05-20 01:41:31 +00:00
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -679,7 +679,7 @@ class execution extends control
* @access public
* @return void
*/
public function story($executionID = 0, $orderBy = 'order_desc', $type = 'all', $param = 0, $recTotal = 0, $recPerPage = 50, $pageID = 1)
public function story($executionID = 0, $orderBy = 'order_asc', $type = 'all', $param = 0, $recTotal = 0, $recPerPage = 50, $pageID = 1)
{
/* Load these models. */
$this->loadModel('story');