Commit e1a4de5b00eafcf4da562323d9e28c49bfb5f2eb
1 parent
840aa3c2cf
Exists in
master
患者登录BUG
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java
View file @
e1a4de5
... | ... | @@ -235,9 +235,9 @@ |
235 | 235 | if(rArr.size()>0){ |
236 | 236 | patient.setHxid(rArr.getJSONObject(0).getString("uuid")); |
237 | 237 | } |
238 | + lymsPatientService.saveOrUpdate(patient); | |
238 | 239 | } |
239 | 240 | |
240 | - lymsPatientService.update().update(patient); | |
241 | 241 | patient.setPpasswd(null); |
242 | 242 | map.put("patient",patient); |
243 | 243 | map.put("token",jwt); |