* adjust for testreport.

This commit is contained in:
wangyidong
2017-03-20 15:13:08 +08:00
parent 6914123274
commit 93e769f51d
23 changed files with 316 additions and 192 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ class testtaskModel extends model
->beginIF($branch)->andWhere("if(t4.branch, t4.branch, t5.branch) = '$branch'")->fi()
->orderBy($orderBy)
->page($pager)
->fetchAll();
->fetchAll('id');
}
/**
@@ -103,7 +103,7 @@ class testtaskModel extends model
->andWhere('t1.deleted')->eq(0)
->orderBy($orderBy)
->page($pager)
->fetchAll();
->fetchAll('id');
}
/**