|
|
@@ -737,7 +737,7 @@ public class VoluntaryService {
|
|
|
continue;
|
|
|
}
|
|
|
for(Map<Long, List<AMarjorPlan>> tmpMap : bothPlanList) {
|
|
|
- if (!mp.getYear().equals(planYear) && tmpMap == currUniversityMajorPlansMap) {
|
|
|
+ if (!mp.getMatchYear().equals(planYear) && tmpMap == currUniversityMajorPlansMap) {
|
|
|
continue;
|
|
|
}
|
|
|
List<AMarjorPlan> tmpMpList = tmpMap.get(mp.getUniversityId());
|