Commit 996d2471fcf3b0d5a1f05e2ffafca7cc53500207
1 parent
40e60d09c2
Exists in
master
and in
6 other branches
秦皇岛工人医院就诊卡转换ID
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
996d247
... | ... | @@ -395,7 +395,7 @@ |
395 | 395 | model.setVcCardNo(cardNo); |
396 | 396 | } |
397 | 397 | //秦皇岛工人医院lis数据查询,就诊卡号字段保存的是病人ID |
398 | - else if("26".equals(HIS_VERSION)){ | |
398 | + else if("2100001097".equals(model.getHospitalId())){ | |
399 | 399 | model.setVcCardNo(gryyHisService.getIdByVcCardNo(vcCardNo)); |
400 | 400 | } |
401 | 401 | else { |