* Adjust the code.

This commit is contained in:
hufangzhou
2021-02-25 13:38:43 +08:00
parent dc8b6b1e4c
commit 412d8df328
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ class testsuiteModel extends model
$linkedCases = $this->getLinkedCases($suite->id, 'id_desc', null, $append = false);
$cases = $this->dao->select('*')->from(TABLE_CASE)->where($query)
->andWhere('id')->notIN(array_keys($linkedCases))
->andWhere('PRJ')->eq($this->session->PRJ)
->beginIF($this->lang->navGroup->testsuite != 'qa')->andWhere('PRJ')->eq($this->session->PRJ)->fi()
->andWhere('deleted')->eq(0)
->orderBy('id desc')
->page($pager)