Commit 34aad53f6606ce3100fe17de213fa7c1f519b121
1 parent
eb1589cabd
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 2 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/LisServiceImpl.java
View file @
34aad53
... | ... | @@ -183,13 +183,11 @@ |
183 | 183 | list = patientsService.queryPatient(patientsQuery); |
184 | 184 | if (list != null && list.size() > 0) { |
185 | 185 | patients = list.get(list.size() - 1); |
186 | - System.out.println("就诊卡号获取:"+model.getVcCardNo()); | |
187 | 186 | } else { |
188 | 187 | patientsQuery.setPhone(model.getPhone()); |
189 | 188 | patientsQuery.setVcCardNo(null); |
190 | 189 | list = patientsService.queryPatient(patientsQuery); |
191 | 190 | patients = list.get(list.size() - 1); |
192 | - System.out.println("手机号获取:"+model.getPhone()); | |
193 | 191 | } |
194 | 192 | |
195 | 193 |