Merge branch 'ztflow-qixinzhi-feature/birefactor#qixinzhi' of zentao/zentaopms (#28)
This commit is contained in:
@@ -419,7 +419,7 @@ class metricZen extends metric
|
||||
|
||||
$statement = $statement->query();
|
||||
|
||||
while($row = $stmt->fetch())
|
||||
while($row = $statement->fetch())
|
||||
{
|
||||
foreach($calcList as $code => $calc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user