Commit b917d0597dc9443c2c99899f735faf96020e3dff

Authored by gengxiaokai
1 parent e87118774f

秦皇岛冠新公卫接口

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdJbgwInterface.java View file @ b917d05
... ... @@ -798,7 +798,7 @@
798 798 List<Map<String,String>> mList = new ArrayList<Map<String,String>>();
799 799 PostReviewQuery mongoQuery = new PostReviewQuery();
800 800 mongoQuery.setModifiedStart(DateUtil.parseYMDHMS(startDate));
801   - mongoQuery.setModifiedStart(DateUtil.parseYMDHMS(endDate));
  801 + mongoQuery.setModifiedEnd(DateUtil.parseYMDHMS(endDate));
802 802 List<PostReviewModel> list = postReviewService.findWithList(mongoQuery);
803 803 if(list != null && list.size() > 0){
804 804 for(PostReviewModel data : list){