lidongdong
2024-06-14 9a9227c6885c580d5d9c05fb660d4d6fd7ceffdd
花城 新增社区工作人员详情接口3
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommunityPartyBuildingApi.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbServiceTeamDAO.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommunityPartyBuildingApi.java
@@ -694,7 +694,7 @@
     * @return
     */
    @ApiOperation(value = "社区工做人员详情")
    @PostMapping("/getComPbServiceTeamData")
    @GetMapping("/getComPbServiceTeamData")
    public R getComPbServiceTeamData(@RequestParam("communityId") String communityId,
                                     @RequestParam("phone") String phone)
    {
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbServiceTeamDAO.java
@@ -46,6 +46,6 @@
    IPage<ComPbServiceTeamVO> pageServiceTeamProperty(Page page, @Param("pageComPbServiceTeamDTO")PageComPbServiceTeamDTO pageComPbServiceTeamDTO);
    ComPbServiceTeamDO getComPbServiceTeamData(@Param("communityId") String communityId,
    ComPbServiceTeamVO getComPbServiceTeamData(@Param("communityId") String communityId,
                                               @Param("phone") String phone);
}