* [misc] add scale_of_developed_story_in_product.

This commit is contained in:
qixinzhi
2024-08-08 14:13:34 +08:00
committed by 宋辰轩
parent 63546a0d27
commit 4575f8ec09
@@ -22,5 +22,8 @@ class scale_of_developed_story_in_product extends baseCalc
public function getResult($options = array())
{
$records = array();
foreach($this->result as $product => $value) $records[] = array('product' => $product, 'value' => $value);
return $this->filterByOptions($records, $options);
}
}