lidongdong
2023-08-23 5116d14d33772b082abd589249c23ff123761d7b
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);
                }