* Fix the deleted test cases showed in testcase list.

This commit is contained in:
zhaoke
2023-08-31 11:07:25 +08:00
parent 98f5e9c664
commit e45c953c4a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ class testtaskModel extends model
->beginIF($endTime)->andWhere('t1.end')->le($endTime)->fi()
->beginIF($branch == BRANCH_MAIN)
->orWhere('(t1.build')->eq('trunk')
->andWhere('t1.deleted')->eq(0)
->andWhere('t1.product')->eq((int)$productID)
->markRight(1)
->fi()