Commit 10f77133d65d216ef111e2aa9e4789c102adbea5

Authored by jiangjiazhi
1 parent 8848649f65

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 10f7713
... ... @@ -1029,7 +1029,7 @@
1029 1029 Date max=null;
1030 1030 if(!sortList.isEmpty()){
1031 1031 sortList(sortList);
1032   - max = sortList.get(0).getDate();
  1032 + max =new Date( sortList.get(0).getDate().getTime()+400000);
1033 1033 }
1034 1034 antExChuQuery.setStart(max);
1035 1035 //获取初诊记录