Commit 426582a64e5a0dc8b13e9f31790e5e85050d9da6
1 parent
bd1cc58a7d
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/facade/PatientServiceFacade.java
View file @
426582a
... | ... | @@ -675,7 +675,7 @@ |
675 | 675 | hospitalServiceContentQuery.setPage(1); |
676 | 676 | hospitalServiceContentQuery.setLimit(10); |
677 | 677 | //查询未同步的数据 |
678 | - List<HospitalServiceContent> hospitalServiceContents= hospitalServiceContentService.queryGroupHospitalServiceContent(hospitalServiceContentQuery); | |
678 | + List<HospitalServiceContent> hospitalServiceContents= hospitalServiceContentService.queryHospitalServiceContent(hospitalServiceContentQuery); | |
679 | 679 | List hospitalService=new ArrayList(); |
680 | 680 | List hospitalDoctService=new ArrayList(); |
681 | 681 | //判断是否有数据 |