报表页面修改.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user