This commit is contained in:
zhouwentao 2024-06-23 16:38:13 +08:00
parent 2a9d09ae36
commit c02f75057e
1 changed files with 1 additions and 5 deletions

View File

@ -318,10 +318,6 @@ public class YxSchoolMajorController extends JeecgController<YxSchoolMajor, IYxS
continue;
}
if (index==54) {
System.out.println("111");
}
majorType = item.getMajorType();
mainSubjects = item.getMainSubjects();
majorTypeChild = item.getMajorTypeChild();
@ -433,7 +429,7 @@ public class YxSchoolMajorController extends JeecgController<YxSchoolMajor, IYxS
if (org.apache.commons.lang.StringUtils.isBlank(item.getSchoolCode()) && org.apache.commons.lang.StringUtils.isBlank(item.getMajorName())) {
continue;
}
AssertUtils.isTrue(schoolCodeList.contains(item.getSchoolCode()),String.format("行[%s],学校代码-[%s]-系统不存在", index,item.getSchoolCode()));
// AssertUtils.isTrue(schoolCodeList.contains(item.getSchoolCode()),String.format("行[%s],学校代码-[%s]-系统不存在", index,item.getSchoolCode()));
key = item.getSchoolCode()+a+item.getBatch()+a+item.getMajorName()+a+item.getCategory();
yxSchoolMajor = schoolMajorMap.get(key);