* finish task #75330

This commit is contained in:
lanzongjun
2022-11-08 17:48:26 +08:00
parent 6367ecd138
commit 33551e41c1
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -1078,7 +1078,7 @@ class product extends control
public function ajaxGetPlans($productID, $branch = 0, $planID = 0, $fieldID = '', $needCreate = false, $expired = '', $param = '')
{
$param = strtolower($param);
if(strpos($param, 'getpairsforstory') === false)
if(strpos($param, 'forstory') === false)
{
$plans = $this->loadModel('productplan')->getPairs($productID, $branch, $expired, strpos($param, 'skipparent') !== false);
}