报表页面修改.

This commit is contained in:
zhangwenqing
2018-07-11 20:31:47 +08:00
parent b2d6524279
commit 489a3f1088
5 changed files with 65 additions and 42 deletions

View File

@@ -78,7 +78,7 @@ public class NtcDestIpReportController extends BaseController {
List<Long> _line= new ArrayList<Long>();
_line.add(total);
_line.addAll(line);
for (int i = 0; i < 20; i++) {
for (int i = 0; i < 40; i++) {
showData.put("巴西"+i, _line);
}

View File

@@ -78,7 +78,7 @@ public class NtcEntranceReportController extends BaseController {
List<Long> _line= new ArrayList<Long>();
_line.add(total);
_line.addAll(line);
for (int i = 0; i < 20; i++) {
for (int i = 0; i < 40; i++) {
showData.put(""+i, _line);
}