diff --git a/module/execution/model.php b/module/execution/model.php index e90fd60458..ed5cf069e1 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -2592,7 +2592,7 @@ class executionModel extends model ->where('deleted')->eq(0) ->andWhere('status')->notin('closed,cancel') ->andWhere('execution')->in($executionIdList) - ->orderBy('id_asc') + ->orderBy('order_asc') ->fetchGroup('execution', 'id'); $taskIdList = array();