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,7 @@ */ @PostMapping("/comActAcidCheckRecord/update") R updateComActAcidCheckRecord(@RequestBody ComActAcidCheckRecordVO comActAcidCheckRecordVO); @GetMapping("/bcRegion/levelList") R levelList(); }