Commit 1ad4976cc5d4604e8da204ab5fabd2b90b7e1c64
1 parent
c0bef10c1f
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/Cdfy/CdfyHisService.java
View file @
1ad4976
... | ... | @@ -79,7 +79,7 @@ |
79 | 79 | */ |
80 | 80 | public String getIdByVcCardNo(String vcCardNo){ |
81 | 81 | String id = null; |
82 | - String url = "http://10.0.200.2:9090/his/getCdFyHis?vcCardNo="+vcCardNo; | |
82 | + String url = "http://10.0.200.2:9090/his/getCdFyIdByVcCardNo?vcCardNo="+vcCardNo; | |
83 | 83 | DefaultHttpClient client = new DefaultHttpClient(new PoolingClientConnectionManager()); |
84 | 84 | try { |
85 | 85 |