张天森
2022-11-09 955650548194616ac6d27b1321f55ff630bc9662
普达纠纷管理,物业公司接口处理
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10570,6 +10570,6 @@
    /**
     * 获取物业公司通知公告列表
     * */
    @GetMapping("property/noticeList")
    @GetMapping("comProperty/noticeList")
    R noticeList(@RequestParam("page")Integer page,@RequestParam("size")Integer size,@RequestParam("propertyId")Long propertyId);
}