* Modify testtask's order in qastatistic block.

This commit is contained in:
liumengyi
2024-04-25 09:21:31 +08:00
parent 16558b955d
commit 94117eac4a
+1 -1
View File
@@ -1604,7 +1604,7 @@ class blockZen extends block
->andWhere('project')->ne(0)
->andWhere('status')->ne('closed')
->andWhere('deleted')->eq(0)
->orderBy('begin_asc')
->orderBy('id_desc')
->fetchGroup('product');
/* 将获取出的度量项数据塞入产品列表数据中。 */