Commit f9b208ad269a766cb9dc2db3c0a7057bc0053277

Authored by litao@lymsh.com

Merge remote-tracking branch 'origin/master'

Showing 1 changed file

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java View file @ f9b208a
... ... @@ -148,7 +148,7 @@
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());
  151 + temp.put("lastMenses", patients.getLastMenses().getTime()/1000);
152 152 temp.put("pid", patients.getPid());
153 153 temp.put("week", DateUtil.getWeekDesc(patients.getLastMenses(), new Date()));
154 154 temp.put("parentId", patients.getId());