Commit 1f332ff16d505167e2d91c0a9d6eebd90d93cfdf
1 parent
5ba630de30
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/hospitalapi/zcfy/ZcfyHisService.java
View file @
1f332ff
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | public List<String> getZcVcCardNos(String vcCardNo) |
67 | 67 | { |
68 | 68 | List<String> vcCardNos = new ArrayList<>(); |
69 | - List<DzReplace> list = findAllVcCarddNo(vcCardNo); | |
69 | + List<DzReplace> list = findAllVcCarddNo(getZcVcardNo(vcCardNo)); | |
70 | 70 | |
71 | 71 | if (CollectionUtils.isNotEmpty(list)) |
72 | 72 | { |