* [misc] modify task order.
This commit is contained in:
@@ -2066,7 +2066,7 @@ class executionModel extends model
|
||||
->where('t1.deleted')->eq(0)
|
||||
->beginIF($filterStatus)->andWhere('t1.status')->notin('closed,cancel')->fi()
|
||||
->andWhere('t1.execution')->in($executionIdList)
|
||||
->orderBy('t1.order_asc, t1.id_desc')
|
||||
->orderBy('t1.order_asc, t1.id_asc')
|
||||
->fetchGroup('execution', 'id');
|
||||
|
||||
$begin = $end = helper::today();
|
||||
|
||||
Reference in New Issue
Block a user