* Optimize code.

This commit is contained in:
liumengyi
2023-08-22 14:50:23 +08:00
parent cc7bb7437b
commit 7a2e4e817b
@@ -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']);