* Optimize code.
This commit is contained in:
@@ -31,3 +31,6 @@ r($bug->processSearchQuery($object[1], 0, $productIdList[0], $branch[0])) && p()
|
||||
r($bug->processSearchQuery($object[1], 0, $productIdList[1], $branch[0])) && p() && e("`product` != '0'"); // 处理 story 产品 2 分支 all 的查询语句
|
||||
r($bug->processSearchQuery($object[1], 0, $productIdList[0], $branch[1])) && p() && e("`product` != '0'"); // 处理 story 产品 1 分支 0 的查询语句
|
||||
r($bug->processSearchQuery($object[1], 0, $productIdList[1], $branch[1])) && p() && e("`product` != '0'"); // 处理 story 产品 2 分支 0 的查询语句
|
||||
|
||||
unset($_SESSION['bugQuery']);
|
||||
unset($_SESSION['storyBugQuery']);
|
||||
|
||||
Reference in New Issue
Block a user