Commit be11edf5c58038307f786516eeb60a3d23ac6b24
1 parent
9d635028e7
Exists in
master
and in
6 other branches
增加返回值
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
be11edf
... | ... | @@ -1188,6 +1188,7 @@ |
1188 | 1188 | restMap.put("grid", grid); |
1189 | 1189 | restMap.put("xAxis", Arrays.asList("1次", "2次", "3次", "4次", "5次", "6次", "7次", "8次", "9次", "10次", "11次", "12次", "≥13次")); |
1190 | 1190 | restMap.put("yAxis", yData); |
1191 | + rest.setData(restMap); | |
1191 | 1192 | } |
1192 | 1193 | return rest; |
1193 | 1194 | } |