|
@@ -121,9 +121,9 @@ public class PersonInfoController {
|
|
if (StringUtils.isNotBlank(personInfoRespExcelVO.getSex())) {
|
|
if (StringUtils.isNotBlank(personInfoRespExcelVO.getSex())) {
|
|
personInfoRespExcelVO.setSex(DictFrameworkUtils.getDictDataLabel("menduner_sex", personInfoRespExcelVO.getSex()));
|
|
personInfoRespExcelVO.setSex(DictFrameworkUtils.getDictDataLabel("menduner_sex", personInfoRespExcelVO.getSex()));
|
|
}
|
|
}
|
|
- if (StringUtils.isNotBlank(personInfoRespExcelVO.getType())) {
|
|
|
|
- personInfoRespExcelVO.setType(DictFrameworkUtils.getDictDataLabel("menduner_user_type",personInfoRespExcelVO.getType()));
|
|
|
|
- }
|
|
|
|
|
|
+// if (StringUtils.isNotBlank(personInfoRespExcelVO.getType())) {
|
|
|
|
+// personInfoRespExcelVO.setType(DictFrameworkUtils.getDictDataLabel("menduner_user_type",personInfoRespExcelVO.getType()));
|
|
|
|
+// }
|
|
if (StringUtils.isNotBlank(personInfoRespExcelVO.getEduType())) {
|
|
if (StringUtils.isNotBlank(personInfoRespExcelVO.getEduType())) {
|
|
personInfoRespExcelVO.setEduType(DictFrameworkUtils.getDictDataLabel("menduner_education_type", personInfoRespExcelVO.getEduType()));
|
|
personInfoRespExcelVO.setEduType(DictFrameworkUtils.getDictDataLabel("menduner_education_type", personInfoRespExcelVO.getEduType()));
|
|
}
|
|
}
|