Commit e99a68f34aa31c3f512e0601e36b04045cd2d77b

Authored by jiangjiazhi
1 parent 9566a20b13

修改产检删除

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java View file @ e99a68f
... ... @@ -238,7 +238,7 @@
238 238  
239 239  
240 240 AntExRecordQuery antExRecordQuery1=new AntExRecordQuery();
241   - antExRecordQuery1.setCheckTimeStart(e.getCheckTime());
  241 + antExRecordQuery1.setCheckTimeEnd(e.getCheckTime());
242 242 antExRecordQuery1.setPid(e.getPid());
243 243 antExRecordQuery1.setHospitalId(hospital);
244 244