101captain
2022-08-15 dbc87af4e7d12465c04ab505fd0bbccac1a53574
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -1276,7 +1276,7 @@
     * @return
     */
    @PostMapping("listadvertisement")
    R listAdvertisement();
    R listAdvertisement(@RequestParam("type") Integer type);
    /**
     * 新增广告
@@ -5058,7 +5058,7 @@
     * @return 社区列表
     */
    @GetMapping("/eventgrid/community/westList")
    R getWestCommunityLists(@RequestParam("areaCode")String areaCode);
    R getWestCommunityLists(@RequestParam(value = "areaCode",required = false)String areaCode);
    /**
     * 综治app-小区列表
@@ -5660,6 +5660,9 @@
    @PostMapping("/reserve/commitNoToken")
    R reserveCommitNoToken(@RequestBody ComActReserveCommitVO comActReserveCommitVO);
    @PostMapping("/reserve/homeQuarantine/commitNoToken")
    R homeQuarantineCommitNoToken(@RequestBody ComActReserveCommitVO comActReserveCommitVO);
    /**
     * 我的预约/登记
     * @param pageUserReserveDTO