Merge branch 'sprint/renying_Fixbug#19044' into 'master'
Fixbug#19044 See merge request easycorp/zentaopms!3137
This commit is contained in:
@@ -2690,7 +2690,7 @@ class storyModel extends model
|
||||
{
|
||||
$storyQuery = str_replace($allBranch, '1', $storyQuery);
|
||||
}
|
||||
elseif($branch !== 'all')
|
||||
elseif($branch !== 'all' and $queryProductID != 'all')
|
||||
{
|
||||
if($branch and strpos($storyQuery, '`branch` =') === false) $storyQuery .= " AND `branch` in($branch)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user