yanghui
2022-11-01 85d4b0a96e53f57d9598a89f46029e1fb7d074df
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());
    }
}