Merge branch dev/bug-67006 of zentao/zentaopms (#12336)

This commit is contained in:
刘刚
2025-11-13 16:34:29 +08:00
committed by Gitfox
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ class count_of_finished_story extends baseCalc
{
public $dataset = 'getAllDevStories';
public $fieldList = array('t1.stage', 't1.closedReason');
public $fieldList = array('t1.stage', 't1.status', 't1.closedReason');
public $result = 0;
@@ -22,7 +22,7 @@ class scale_of_finished_story extends baseCalc
{
public $dataset = 'getAllDevStories';
public $fieldList = array('t1.estimate', 't1.closedReason', 't1.parent', 't1.isParent');
public $fieldList = array('t1.estimate', 't1.status', 't1.closedReason', 't1.parent', 't1.isParent');
public $result = 0;