Commit 95816a0bdf906fea511c41b574599ebacf04eb1f
1 parent
cbcd40ca24
Exists in
master
and in
1 other branch
承德his连接不到数据库修改
Showing 2 changed files with 6 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
95816a0
| ... | ... | @@ -388,7 +388,8 @@ |
| 388 | 388 | //承德查询lis |
| 389 | 389 | else if ("16".equals(HIS_VERSION)) |
| 390 | 390 | { |
| 391 | - model.setVcCardNo(cdfyHisService.getPatientIdByVcCardNo(vcCardNo)); | |
| 391 | + model.setVcCardNo(vcCardNo); | |
| 392 | + //model.setVcCardNo(cdfyHisService.getPatientIdByVcCardNo(vcCardNo)); | |
| 392 | 393 | } |
| 393 | 394 | //威县人民医院lis |
| 394 | 395 | else if ("20".equals(HIS_VERSION)) |
| ... | ... | @@ -550,7 +551,8 @@ |
| 550 | 551 | //承德查询lis |
| 551 | 552 | else if ("16".equals(HIS_VERSION)) |
| 552 | 553 | { |
| 553 | - vcCardNos.add(cdfyHisService.getPatientIdByVcCardNo(pat.getVcCardNo())); | |
| 554 | + vcCardNos.add(pat.getVcCardNo()); | |
| 555 | +// vcCardNos.add(cdfyHisService.getPatientIdByVcCardNo(pat.getVcCardNo())); | |
| 554 | 556 | } |
| 555 | 557 | else |
| 556 | 558 | { |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/LisHandleTask.java
View file @
95816a0
| ... | ... | @@ -74,7 +74,8 @@ |
| 74 | 74 | //承德查询lis |
| 75 | 75 | else if ("16".equals(HIS_VERSION)) |
| 76 | 76 | { |
| 77 | - patientsQuery.setVcCardNo(cdfyHisService.getPatientIdByVcCardNo(lisReportModel.getVcCardNo())); | |
| 77 | + patientsQuery.setVcCardNo(lisReportModel.getVcCardNo()); | |
| 78 | + //patientsQuery.setVcCardNo(cdfyHisService.getPatientIdByVcCardNo(lisReportModel.getVcCardNo())); | |
| 78 | 79 | } |
| 79 | 80 | else |
| 80 | 81 | { |