huanghongfa
2021-09-30 fe609c99cd295ac64aa76e31eee4ae21bb167302
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -3154,7 +3154,7 @@
     * @return 删除结果
     */
    @PostMapping("common/data/special/delete")
    R deleteSpecialInputUser(@RequestParam(value = "id") Long id);
    R deleteSpecialInputUser(@RequestParam(value = "id") Long id,@RequestParam("communityId") Long communityId);
    /**
     * 办事指南_新增
@@ -6328,9 +6328,10 @@
    /**
     * 获取所有产品分类
     * @return
     * @param merchantId
     */
    @GetMapping("/convenient/product-category/all")
    R getAllProductCategory();
    R getAllProductCategory(@RequestParam("merchantId") Long merchantId);
    /**
     * 获取该社区商家数量大于0的分类
@@ -6566,6 +6567,14 @@
    R exportClusterMember(@RequestBody PageClusterMemberAdminDto pageClusterMemberAdminDto);
    /**
     * 社区后台分页查询微心愿
     * @param comActMicroWishVO 请求参数
     * @return  微心愿列表
     */
    @PostMapping("pagemicrowishAdmin")
    R pageMicroWishAdmin(@RequestBody ComActMicroWishVO comActMicroWishVO);
    /**
     * 小程序四长四员查询居民列表
     */
    @PostMapping("/comActFourMember/member")