DESKTOP-VAEGFGM\zqc 2 maanden geleden
bovenliggende
commit
27e55ad7e3

+ 3 - 3
menduner/menduner-system-biz/src/main/java/com/citu/module/menduner/system/controller/admin/person/PersonInfoController.java

@@ -121,9 +121,9 @@ public class PersonInfoController {
             if (StringUtils.isNotBlank(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())) {
                 personInfoRespExcelVO.setEduType(DictFrameworkUtils.getDictDataLabel("menduner_education_type", personInfoRespExcelVO.getEduType()));
             }

+ 3 - 3
menduner/menduner-system-biz/src/main/java/com/citu/module/menduner/system/controller/admin/person/vo/PersonInfoRespExcelVO.java

@@ -15,9 +15,9 @@ import java.util.List;
 @Data
 public class PersonInfoRespExcelVO {
 
-    @Schema(description = "类型", example = "18804")
-    @ExcelProperty("类型")
-    private String type;
+//    @Schema(description = "类型", example = "18804")
+//    @ExcelProperty("类型")
+//    private String type;