Commit 073f81af47dcc7f129a65cc7f85c419ba1a21c9b

Authored by llw
1 parent aebac0a6

tijiao

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