Commit e3b400c64088245a5aaae9b4d73b2ac77f906e2f
1 parent
54643a26db
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java
View file @
e3b400c
... | ... | @@ -182,7 +182,7 @@ |
182 | 182 | } |
183 | 183 | } |
184 | 184 | } |
185 | - return new BaseListResponse().setData(dataList).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); | |
185 | + return new BaseListResponse().setData(dataList).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setPageInfo(tempQuery.getPageInfo()); | |
186 | 186 | } |
187 | 187 | |
188 | 188 | private String getTempStatus(double temp) { |