zhaozhengjie
2022-09-17 d0102253f8e6abbf4bbd376acbbb23833a4e8599
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActAcidRecordApi.java
@@ -176,4 +176,10 @@
    public R test(){
        return this.comActAcidRecordService.test();
    }
    @GetMapping("/checkCommit")
    public R checkCommit(@RequestParam(value = "userId",required = false)Long userId){
        return this.comActAcidRecordService.checkCommit(userId);
    }
}