diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java index db8d18b..8458b42 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java @@ -248,7 +248,6 @@ public class PatientController { logEntity.setLogDate(new Date()); logEntity.setMessage(String.format("login:%s name:%s",patient.getIdno(),patient.getPname())); lymsLogsService.save(logEntity); - } return baseResponse; } @@ -457,7 +456,7 @@ public class PatientController { } data.put("iname",sb.toString()); - data.put("createTime", DateUtil.getDateTime(record.getCreatedtime(),DateUtil.YYYY_MM_DD)); + data.put("createTime",DateUtil.getDateTime(record.getCreatedtime(),DateUtil.YYYY_MM_DD)); data.put("stat",record.getStat());