101captain
2022-07-07 44bfbd13632a181cb4e160332efe23c7f902c8e2
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -9674,6 +9674,9 @@
    @GetMapping("/comActAcidRecord/statics")
    R comActAcidRecordStatics(@RequestParam("date")String date);
    @GetMapping("/comActAcidRecord/test")
    R test();
    /**
     * 分页查询所有数据
     *
@@ -9873,4 +9876,10 @@
     */
    @PostMapping("/comActAcidCheckRecord/update")
    R updateComActAcidCheckRecord(@RequestBody ComActAcidCheckRecordVO comActAcidCheckRecordVO);
    @GetMapping("/bcRegion/levelList")
    R levelList(@RequestParam("level")Integer level,@RequestParam("code")String code);
    @GetMapping("/bcRegion/levelListBackstage")
    R levelListBackstage();
}