@@ -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) {
List<AMarjorPlan> tmpMpList = tmpMap.get(mp.getUniversityId());
@@ -278,7 +278,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
<choose>
<when test="filterRank!= null and filterRank"> order by star desc, code </when>
- <otherwise> code</otherwise>
+ <otherwise> order by code</otherwise>
</choose>
</select>