Commit c42c8d9a03fc02aa65a3ff21b5c5947c6b1332b1

Authored by gengxiaokai
1 parent f3ef5533bf

秦皇岛基本公卫接口修改

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/qhdfy/QhdJbgwInterface.java View file @ c42c8d9
... ... @@ -1158,7 +1158,8 @@
1158 1158 mongoQuery.setModifiedEnd(DateUtil.parseYMDHMS(endDate));
1159 1159 list1 = postReviewService.findWithList(mongoQuery);
1160 1160 if((null != list && list.size() > 0) && (null != list1 && list1.size() > 0)){
1161   -
  1161 + allList.addAll(list);
  1162 + allList.addAll(list1);
1162 1163 }
1163 1164 if(allList != null && allList.size() > 0){
1164 1165 for(PostReviewModel data : allList){