diff --git a/module/execution/model.php b/module/execution/model.php index a596883e50..a3cba0e5c8 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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();