zhaozhengjie
2022-09-17 fe1a0613d48e9b76b474d22073e72feda23b0d5c
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);
    }
}