Commit 0790d65bba9a6fe319b48ce5854e718f9bb85c19
1 parent
8e1ac2261f
Exists in
master
and in
6 other branches
乐陵统计bug
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientMarkHospServiceFacade.java
View file @
0790d65
| ... | ... | @@ -657,6 +657,7 @@ |
| 657 | 657 | patientMarkHospQuery.setMakeStartDate(patientMarkRequest.getMakeStartDate()); |
| 658 | 658 | patientMarkHospQuery.setMakeEndDate(patientMarkRequest.getMakeEndDate()); |
| 659 | 659 | |
| 660 | + | |
| 660 | 661 | //列数据 |
| 661 | 662 | List<String> legendData = new ArrayList<>(); |
| 662 | 663 | List<Map<String, Object>> serData = new ArrayList<>(); |