Commit 140dba5e9242af22199cebe503546b0936928704
1 parent
b2287177be
Exists in
master
and in
8 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ResidentsArchiveFacade.java
View file @
140dba5
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | @Autowired |
50 | 50 | private BasicConfigService basicConfigService; |
51 | 51 | @Autowired |
52 | - private PremaritalCheckupService premaritalCheckupServicel; | |
52 | + private PremaritalCheckupService premaritalCheckupService; | |
53 | 53 | |
54 | 54 | |
55 | 55 | /** |
... | ... | @@ -373,7 +373,7 @@ |
373 | 373 | query.setParentId(id); |
374 | 374 | query.setYn(YnEnums.YES.getId()); |
375 | 375 | query.setHospitalId(hospitalId); |
376 | - List<PremaritalCheckup> checkupList = premaritalCheckupServicel.queryPremaritalCheckup(query); | |
376 | + List<PremaritalCheckup> checkupList = premaritalCheckupService.queryPremaritalCheckup(query); | |
377 | 377 | if (CollectionUtils.isNotEmpty(checkupList)){ |
378 | 378 | return true; |
379 | 379 | } |