@ -98,7 +98,7 @@ public class VolunteerServiceImpl extends BaseServiceImpl<VolunteerDao, Voluntee
}else{//修改
volunteerOrgRelationDao.deleteByVolunteerId(formDto.getId());
entity.setReason(null);
entity.setReason("");
updateById(entity);
}
List<VolunteerOrgRelationEntity> relationList = new ArrayList();