This commit is contained in:
tanghucheng
2023-11-15 03:33:19 -05:00
parent 36c07d8636
commit 9d56f24ba1
+1 -1
View File
@@ -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();