Commit 38abb0a858fa4f5c4d8f0062b02470aae48ff38c
1 parent
647002e44a
Exists in
master
and in
6 other branches
承德妇幼就诊卡号处理
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
38abb0a
... | ... | @@ -388,8 +388,8 @@ |
388 | 388 | //承德查询lis |
389 | 389 | else if ("16".equals(HIS_VERSION)) |
390 | 390 | { |
391 | - model.setVcCardNo(vcCardNo); | |
392 | - //model.setVcCardNo(cdfyHisService.getPatientIdByVcCardNo(vcCardNo)); | |
391 | + //model.setVcCardNo(vcCardNo); | |
392 | + model.setVcCardNo(cdfyHisService.getPatientIdByVcCardNo(vcCardNo)); | |
393 | 393 | } |
394 | 394 | //威县人民医院lis |
395 | 395 | else if ("20".equals(HIS_VERSION)) |