From 8a7fbcfca4c7506b0b49c2ee7f9f477474431fb2 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Fri, 1 Aug 2025 14:55:37 +0800 Subject: [PATCH] * [bug#64463,done,0.2h,0h] Fix project testcase list error. --- module/testcase/tao.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/testcase/tao.php b/module/testcase/tao.php index c8e38b5978..5b51da5c10 100644 --- a/module/testcase/tao.php +++ b/module/testcase/tao.php @@ -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()