Commit ed8fd466c88208acf2d7ed4c236c61b0ca6cab56
1 parent
0c4ae1a0a6
Exists in
master
and in
6 other branches
体温反了
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java
View file @
ed8fd46
| ... | ... | @@ -229,6 +229,8 @@ |
| 229 | 229 | temp1.add(String.valueOf(data1.get(t))); |
| 230 | 230 | } |
| 231 | 231 | } |
| 232 | + com.lyms.platform.operate.web.utils.CollectionUtils.reverse(time); | |
| 233 | + com.lyms.platform.operate.web.utils.CollectionUtils.reverse(temp1); | |
| 232 | 234 | map.put("time", time); |
| 233 | 235 | map.put("temp", temp1); |
| 234 | 236 | return map; |