Merge branch bug-66417 of zentao/zentaopms (#12136)

This commit is contained in:
刘刚
2025-10-31 16:12:13 +08:00
committed by Gitfox
+1 -1
View File
@@ -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();