* [task#123438,done,1h,0h] change status to stage for story.

This commit is contained in:
tanghucheng
2024-07-19 18:24:14 +08:00
committed by 谢杞钰
parent 9cd545f036
commit c352041a20
+6
View File
@@ -2498,6 +2498,12 @@ class storyModel extends model
$showGrades = isset($matches[1]) ? $matches[1] : null;
}
if($fieldValue == 'launched' && $fieldName == 'status')
{
$fieldValue = 'projected';
$fieldName = 'stage';
}
$stories = $sql->where('t1.product')->in($productID)
->andWhere('t1.deleted')->eq(0)
->andWhere("FIND_IN_SET('{$this->config->vision}', t1.vision)")