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