Commit 26bdbc9bda903f1376ed3e3d31e0d205f7ff2f36
1 parent
74567ff066
Exists in
master
and in
6 other branches
增加字段
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java
View file @
26bdbc9
... | ... | @@ -148,6 +148,8 @@ |
148 | 148 | if(patients == null) return; |
149 | 149 | temp.put("id", id); |
150 | 150 | temp.put("username", patients.getUsername()); |
151 | + temp.put("lastMenses", patients.getLastMenses().getTime()); | |
152 | + temp.put("pid", patients.getPid()); | |
151 | 153 | temp.put("week", DateUtil.getWeekDesc(patients.getLastMenses(), new Date())); |
152 | 154 | temp.put("parentId", patients.getId()); |
153 | 155 | temp.put("value", value); |