lidongdong
2022-09-23 1b6430587fcf72e58510a32f7e6c88bda565f62e
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/ComActAcidRecordApi.java
@@ -141,6 +141,6 @@
    }
    @GetMapping("/checkCommit")
    public R checkCommit(){
        return this.comActAcidRecordService.checkCommit(this.getUserId());
        return this.communityService.checkCommit(this.getUserId());
    }
}