Merge branch 'sprint/bi_liumengyi_sortPie' into 'master'

* Sort data in build pie chart.

See merge request easycorp/zentaopms!6629
This commit is contained in:
王怡栋
2022-12-26 07:24:41 +00:00
+1
View File
@@ -610,6 +610,7 @@ class screenModel extends model
$groupCount[$result->$group]++;
}
}
arsort($groupCount);
foreach($groupCount as $groupValue => $groupCount)
{