* Modify testtask's order in qastatistic block.
This commit is contained in:
@@ -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');
|
||||
|
||||
/* 将获取出的度量项数据塞入产品列表数据中。 */
|
||||
|
||||
Reference in New Issue
Block a user