This commit is contained in:
李硕
2024-02-19 09:52:22 +08:00
parent 41f895666a
commit fbeadd5dde
+1 -1
View File
@@ -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();