This commit is contained in:
tanghucheng
2024-02-20 09:38:04 +08:00
parent 4157c2c10e
commit 7daaa3ba7d
+1 -1
View File
@@ -3649,7 +3649,7 @@ class storyModel extends model
}
$storyQuery = preg_replace('/`(\w+)`/', 't2.`$1`', $storyQuery);
if($products) $productID = key($products);
if($this->app->rawModule != 'projectstory' and $products) $productID = key($products);
$review = $this->getRevertStoryIDList($productID);
if(strpos($storyQuery, 'result') !== false)