updates
This commit is contained in:
parent
8ba5282f1e
commit
1d1fdd8f13
|
|
@ -425,12 +425,7 @@ public class YxVolunteerServiceImpl extends ServiceImpl<YxVolunteerMapper, YxVol
|
||||||
if (activeByCreateVolunteerDto!=null && StringUtils.isNotBlank(activeByCreateVolunteerDto.getId())) {
|
if (activeByCreateVolunteerDto!=null && StringUtils.isNotBlank(activeByCreateVolunteerDto.getId())) {
|
||||||
|
|
||||||
List<VolunteerRecordDTO> volunteerRecordEarlyAdmissionList = activeByCreateVolunteerDto.getVolunteerRecordEarlyAdmissionList();
|
List<VolunteerRecordDTO> volunteerRecordEarlyAdmissionList = activeByCreateVolunteerDto.getVolunteerRecordEarlyAdmissionList();
|
||||||
List<VolunteerRecordDTO> volunteerRecordUndergraduateAList = activeByCreateVolunteerDto.getVolunteerRecordUndergraduateAList();
|
|
||||||
List<VolunteerRecordDTO> volunteerRecordUndergraduateBList = activeByCreateVolunteerDto.getVolunteerRecordUndergraduateBList();
|
|
||||||
List<VolunteerRecordDTO> volunteerRecordUndergraduateList = activeByCreateVolunteerDto.getVolunteerRecordUndergraduateList();
|
List<VolunteerRecordDTO> volunteerRecordUndergraduateList = activeByCreateVolunteerDto.getVolunteerRecordUndergraduateList();
|
||||||
// 将本科批合并
|
|
||||||
volunteerRecordUndergraduateList.addAll(volunteerRecordUndergraduateAList);
|
|
||||||
volunteerRecordUndergraduateList.addAll(volunteerRecordUndergraduateBList);
|
|
||||||
volunteerRecordUndergraduateList.addAll(volunteerRecordEarlyAdmissionList);
|
volunteerRecordUndergraduateList.addAll(volunteerRecordEarlyAdmissionList);
|
||||||
String volunteerId = activeByCreateVolunteerDto.getId();
|
String volunteerId = activeByCreateVolunteerDto.getId();
|
||||||
YxCalculationMajor calculationMajor = null;
|
YxCalculationMajor calculationMajor = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue