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