|
@@ -295,7 +295,7 @@ public class FrontSyMajorRelationController extends BaseController {
|
|
|
query.setType(batch >= 4 ? "专科" : "本科");
|
|
query.setType(batch >= 4 ? "专科" : "本科");
|
|
|
}
|
|
}
|
|
|
String examTypeData = ConstantUtil.getExamTypeData(user.getExamType().title());
|
|
String examTypeData = ConstantUtil.getExamTypeData(user.getExamType().title());
|
|
|
- query.setExamType(examTypeData);
|
|
|
|
|
|
|
+// query.setExamType(examTypeData);
|
|
|
List<SyMajor> majorList = syMajorService.selectSyMajorList(query).stream().filter(major->major.getLevel()>level).collect(Collectors.toList());
|
|
List<SyMajor> majorList = syMajorService.selectSyMajorList(query).stream().filter(major->major.getLevel()>level).collect(Collectors.toList());
|
|
|
List<TreeSelectVocational> resultList = new ArrayList<>();
|
|
List<TreeSelectVocational> resultList = new ArrayList<>();
|
|
|
|
|
|