Commit 1503f4baba73304e09b6c6599e08e0e06e358912

Authored by gengxiaokai
1 parent 1f332ff16d

诸城就诊卡号处理

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/ZcfyHisService.java View file @ 1503f4b
... ... @@ -74,7 +74,7 @@
74 74 {
75 75 if (zc != null && StringUtils.isNotEmpty(zc.getCardNo()))
76 76 {
77   - vcCardNos.add(getZcVcardNo(zc.getCardNo()));
  77 + vcCardNos.add(zc.getCardNo());
78 78 }
79 79 }
80 80 }