springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/VolunteerActivityServiceImpl.java
@@ -114,6 +114,7 @@ itemDate.setAcState(state); VolunteerActivityVO comActDynVO = new VolunteerActivityVO(); comActDynVO.setId(itemDate.getId()); BeanUtils.copyProperties(itemDate, comActDynVO); baseMapper.updateById(comActDynVO); }