Commit 08aaad0e by baochunxin

#G: 学历字典映射

parent fb09b100
...@@ -150,7 +150,9 @@ public class TeacherFilesExcelUtil { ...@@ -150,7 +150,9 @@ public class TeacherFilesExcelUtil {
break; break;
case 4: case 4:
cellValue2=files.getEducation(); //学历用字典映射
String s = sysDictDataService.selectDictLabel("education", files.getEducation());
cellValue2=s;
break; break;
case 5: case 5:
cellValue2=files.getCourseName(); cellValue2=files.getCourseName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment