Commit ddc0ede908d60750c40da337604da05a79d927d7
1 parent
65ce1c55b5
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/FollowUpController.java
View file @
ddc0ede
... | ... | @@ -80,7 +80,7 @@ |
80 | 80 | // String hospitalId = autoMatchFacade.getHospitalId(loginState.getId()); |
81 | 81 | // query.setHospitalId(hospitalId); |
82 | 82 | |
83 | - List<BabyPatientExtendEarFollowUp> followUpList = babyPatientExtendEarFollowUpService.queryBabyPatientExtendEarFollowUp(query); | |
83 | + List<BabyPatientExtendEarFollowUp> followUpList = babyPatientExtendEarFollowUpService.queryBabyPatientExtendEarFollowUpByBaby(query); | |
84 | 84 | List<Map<String,String>> list = new ArrayList<>(); |
85 | 85 | for(BabyPatientExtendEarFollowUp fu:followUpList){ |
86 | 86 | Map<String,String> fuMap = new HashMap<>(); |