This commit is contained in:
wangyidong
2017-04-18 13:45:05 +08:00
parent f97c288560
commit 19ee6977ec
+5 -2
View File
@@ -1025,8 +1025,11 @@ class projectModel extends model
if($type == 'projectStory')
{
$this->config->product->search['module'] = 'projectStory';
unset($this->config->product->search['fields']['stage']);
unset($this->config->product->search['params']['stage']);
if($productType != 'normal')
{
unset($this->config->product->search['fields']['stage']);
unset($this->config->product->search['params']['stage']);
}
}
$this->config->product->search['actionURL'] = $actionURL;
$this->config->product->search['queryID'] = $queryID;