* Fix bug #39885.
This commit is contained in:
@@ -2587,7 +2587,7 @@ class executionModel extends model
|
||||
->where('deleted')->eq(0)
|
||||
->andWhere('status')->notin('closed,cancel')
|
||||
->andWhere('execution')->in($executionIdList)
|
||||
->orderBy('order_asc')
|
||||
->orderBy('order_asc,id_desc')
|
||||
->fetchGroup('execution', 'id');
|
||||
|
||||
$taskIdList = array();
|
||||
|
||||
Reference in New Issue
Block a user