Commit 88306e5ada027157d9d098f8781b819031a76559

Authored by litao@lymsh.com
1 parent 4eec1064c3

12333

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java View file @ 88306e5
... ... @@ -112,7 +112,7 @@
112 112 if(addWeight < low || addWeight > high) {
113 113 setTempInfo(patientWeight.getId() + ID_SEPARATOR + entry.getKey() + ID_SEPARATOR + patientWeight.getModified().getTime(), temp, patients, (patientWeight.getModified() == null ? "" : patientWeight.getModified().getTime() + ""), addWeight < low ? "增重过少" : "增重过多",
114 114 // setTempInfo(patientWeight.getId() + ID_SEPARATOR + entry.getKey() + ID_SEPARATOR + patientWeight.getModified().getTime(), temp, patients, null, addWeight < low ? "增重过少" : "增重过多",
115   - "(" + lowMap.get(0) + "~" + highMap.get(0) + ")", ErrorPatientEnums.PATIENT_WEIGHT, patientWeight.getCreated());
  115 + "(" + lowMap.get(0) + "~" + highMap.get(0) + ")", ErrorPatientEnums.PATIENT_WEIGHT, patientWeight.getModified());
116 116 temp.put("beforeWeight", patientWeight.getBeforeWeight());
117 117 temp.put("nowWeight", patientWeight.getNowWeight());
118 118 temp.put("addWeight", addWeight);