Commit c32c280ee06d61b3cfa8800a80b26e5c8159223d
1 parent
128c8b7a4b
Exists in
master
患者端功能开发
Showing 1 changed file with 1 additions and 2 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java
View file @
c32c280
| ... | ... | @@ -248,7 +248,6 @@ |
| 248 | 248 | logEntity.setLogDate(new Date()); |
| 249 | 249 | logEntity.setMessage(String.format("login:%s name:%s",patient.getIdno(),patient.getPname())); |
| 250 | 250 | lymsLogsService.save(logEntity); |
| 251 | - | |
| 252 | 251 | } |
| 253 | 252 | return baseResponse; |
| 254 | 253 | } |
| ... | ... | @@ -457,7 +456,7 @@ |
| 457 | 456 | } |
| 458 | 457 | |
| 459 | 458 | data.put("iname",sb.toString()); |
| 460 | - data.put("createTime", DateUtil.getDateTime(record.getCreatedtime(),DateUtil.YYYY_MM_DD)); | |
| 459 | + data.put("createTime",DateUtil.getDateTime(record.getCreatedtime(),DateUtil.YYYY_MM_DD)); | |
| 461 | 460 | data.put("stat",record.getStat()); |
| 462 | 461 | |
| 463 | 462 |