Commit 8fdbaabeec43fb1b6f88b238d2ed1bdacb656d43
1 parent
37673a98f9
Exists in
master
and in
1 other branch
产检节点统计
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java
View file @
8fdbaab
... | ... | @@ -688,10 +688,9 @@ |
688 | 688 | map.put("JD_HOSPITAL",buildHosp); //建档机构 |
689 | 689 | map.put("TEL_NO",map.get("TEL_NO")); //联系电话 |
690 | 690 | results.add(map); |
691 | - results.add(map); | |
692 | 691 | } |
693 | 692 | } |
694 | - return new BaseListResponse().setData(list).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg(ErrorCodeConstants.SUCCESS_DESCRIPTION).setPageInfo(antExRecordQuery.getPageInfo()); | |
693 | + return new BaseListResponse().setData(results).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg(ErrorCodeConstants.SUCCESS_DESCRIPTION).setPageInfo(antExRecordQuery.getPageInfo()); | |
695 | 694 | } |
696 | 695 | } |
697 | 696 |