Commit 073f81af47dcc7f129a65cc7f85c419ba1a21c9b
1 parent
aebac0a6
tijiao
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/zteits/irain/portal/web/parkinglotcloudplatform/datastatistic/BerthsStatisticController.java
@@ -714,7 +714,7 @@ public class BerthsStatisticController extends BizController { | @@ -714,7 +714,7 @@ public class BerthsStatisticController extends BizController { | ||
714 | for (SerieVO e : turnOverBerthRatios.getSeries()) { | 714 | for (SerieVO e : turnOverBerthRatios.getSeries()) { |
715 | 715 | ||
716 | Object[] obj = new Object[title.length]; | 716 | Object[] obj = new Object[title.length]; |
717 | - obj[0]="周转率率"; | 717 | + obj[0]="周转率"; |
718 | int index = 1; | 718 | int index = 1; |
719 | for (Integer i : e.getData()) { | 719 | for (Integer i : e.getData()) { |
720 | obj[index++] = i ; | 720 | obj[index++] = i ; |