zhaozhengjie
2022-09-29 5fb93eaa61d42d7ebb7048057d45e285efd7f0dc
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventController.java
@@ -174,7 +174,7 @@
    public R remove(@PathVariable Long id) {
        ComEvent comEvent = new ComEvent();
        comEvent.setId(id);
        comEvent.setEventProcessStatus(8);
        comEvent.setEventProcessStatus(9);
        return comEventService.updateComEvent(comEvent);
    }