Commit 3bcd4105b4135fc810a422fc7950e47032b7789a

Authored by jiangjiazhi
1 parent 26bdbc9bda

全部孕妇管理增加按照排序

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 @ 3bcd410
... ... @@ -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());