Commit 323ba8019bae2e892c2c9047694b00a5ded8f7ce
1 parent
238b87d4d3
Exists in
master
and in
6 other branches
修改体重营养报告
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
323ba80
... | ... | @@ -2179,7 +2179,7 @@ |
2179 | 2179 | List<Map> dataMap = null; |
2180 | 2180 | do { |
2181 | 2181 | PatientServiceQuery patientServiceQuery = new PatientServiceQuery(); |
2182 | - patientServiceQuery.setSort(" create_date asc "); | |
2182 | + patientServiceQuery.setSort(" b.create_date asc "); | |
2183 | 2183 | patientServiceQuery.setNeed("1"); |
2184 | 2184 | patientServiceQuery.setPage(page); |
2185 | 2185 | patientServiceQuery.setLimit(100); |