|
|
@ -971,7 +971,7 @@ public class DcTrafficStatisticsServiceImpl implements IDcTrafficStatisticsServi |
|
|
|
} |
|
|
|
// 构建结果列表
|
|
|
|
List<Map<String, Object>> mapList = new ArrayList<>(); |
|
|
|
for (int i = UniversalEnum.ONE.getNumber(); i <= UniversalEnum.FOURTEEN.getNumber(); i++) { |
|
|
|
for (int i = UniversalEnum.ONE.getNumber(); i <= 16; i++) { |
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
map.put("name", getDescriptionByIdentification(i)); |
|
|
|
map.put("totalFlow", flowCounts.get(i)); |
|
|
|