dzx преди 1 година
родител
ревизия
a480368b87
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/com/xjrsoft/module/student/service/impl/StudentManagerServiceImpl.java

+ 2 - 2
src/main/java/com/xjrsoft/module/student/service/impl/StudentManagerServiceImpl.java

@@ -754,7 +754,7 @@ public class StudentManagerServiceImpl extends MPJBaseServiceImpl<BaseStudentUse
                 schoolRoll.setRecruitTarget(dictionary.get("recruit_target" + dataMaps.get(62).toString()));//招生对象
             }
             if(dataMaps.get(63) != null && !"".equals(dataMaps.get(63).toString())){
-                schoolRoll.setHighestEducation(dictionary.get("highest_education" + dataMaps.get(63).toString()));//入学前最高学历
+                schoolRoll.setHighestEducation(dictionary.get("education" + dataMaps.get(63).toString()));//入学前最高学历
             }
             if(dataMaps.get(64) != null && !"".equals(dataMaps.get(64).toString())){
                 schoolRoll.setGraduatedUniversity(dataMaps.get(64).toString());//入学前毕业院校
@@ -897,7 +897,7 @@ public class StudentManagerServiceImpl extends MPJBaseServiceImpl<BaseStudentUse
         codeList.add("choose_status");codeList.add("foster_type");
         codeList.add("recruit_type");codeList.add("recruit_target");
         codeList.add("education");codeList.add("recruit_target");
-        codeList.add("highest_education");
+        codeList.add("education");
         List<DictionaryDetail> detailList = dictionarydetailMapper.selectJoinList(DictionaryDetail.class,
             new MPJLambdaWrapper<DictionaryDetail>()
             .leftJoin(DictionaryItem.class, DictionaryItem::getId, DictionaryDetail::getItemId)