* [bug#64463,done,0.2h,0h] Fix project testcase list error.

This commit is contained in:
wangyuting
2025-08-01 14:55:37 +08:00
parent 8edd40864d
commit 8a7fbcfca4
-1
View File
@@ -71,7 +71,6 @@ class testcaseTao extends testcaseModel
->beginIF(!empty($productID))->andWhere('t2.product')->in($productID)->fi()
->beginIF(!empty($productID) && $branch !== 'all')->andWhere('t2.branch')->eq($branch)->fi()
->beginIF($moduleIdList)->andWhere('t2.module')->in($moduleIdList)->fi()
->beginIF($browseType == 'all')->andWhere('t2.scene')->eq(0)->fi()
->beginIF($browseType == 'wait')->andWhere('t2.status')->eq($browseType)->fi()
->beginIF($auto == 'auto' || $auto == 'unit')->andWhere('t2.auto')->eq($auto)->fi()
->beginIF($auto != 'auto' && $auto != 'unit')->andWhere('t2.auto')->ne('unit')->fi()