张天森
2022-09-27 e95b39d335a224617621de3fd5d645fd2f47338f
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);
    }
}