Merge branch 'ztflow-qixinzhi-feature/birefactor#qixinzhi' of zentao/zentaopms (#28)

This commit is contained in:
代婷婷
2024-06-07 09:07:54 +00:00
committed by Gitfox
+1 -1
View File
@@ -419,7 +419,7 @@ class metricZen extends metric
$statement = $statement->query();
while($row = $stmt->fetch())
while($row = $statement->fetch())
{
foreach($calcList as $code => $calc)
{