Commit 4eec1064c3349575a414df0f750216d785a2f4f3
1 parent
b6f7aad335
Exists in
master
and in
6 other branches
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 @
4eec106
... | ... | @@ -110,7 +110,7 @@ |
110 | 110 | Double low = lowMap.get(week); |
111 | 111 | Double high = highMap.get(week); |
112 | 112 | if(addWeight < low || addWeight > high) { |
113 | - setTempInfo(patientWeight.getId() + ID_SEPARATOR + entry.getKey() + ID_SEPARATOR, temp, patients, (patientWeight.getModified() == null ? "" : patientWeight.getModified().getTime() + ""), addWeight < low ? "增重过少" : "增重过多", | |
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 | 115 | "(" + lowMap.get(0) + "~" + highMap.get(0) + ")", ErrorPatientEnums.PATIENT_WEIGHT, patientWeight.getCreated()); |
116 | 116 | temp.put("beforeWeight", patientWeight.getBeforeWeight()); |