springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/VolunteerActivityServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); }