From 44906e4e705282e6701170ffda3e5dc5a7dd4891 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期五, 23 七月 2021 16:04:08 +0800 Subject: [PATCH] 随手拍改版接口开发 --- springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/PartyBuildingApi.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/PartyBuildingApi.java b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/PartyBuildingApi.java index 742c6aa..a2a087c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/PartyBuildingApi.java +++ b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/PartyBuildingApi.java @@ -202,11 +202,11 @@ @ApiOperation(value = "社区所有启用的党组织列表", response = PartyOrganizationVO.class) @PostMapping("listpartyorganization") public R listPartyOrganization(@RequestBody ComListPartyDTO comListPartyDTO) { - Long communityId = this.getCommunityId(); - log.info("社区所有党组织社区id【{}】", communityId); - if(communityId != null){ - comListPartyDTO.setCommunityId(communityId); - } +// Long communityId = this.getCommunityId(); +// log.info("社区所有党组织社区id【{}】", communityId); +// if(communityId != null){ +// comListPartyDTO.setCommunityId(communityId); +// } return partyBuildingService.listPartyOrganizationByApp(comListPartyDTO); } -- Gitblit v1.7.1