知识库 文件类型导入问题

This commit is contained in:
wangliwen 2022-06-21 19:34:01 +08:00
parent 64e37fcbb8
commit 0c8b2f1f57
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ public class ResourceExcelImportListener extends AnalysisEventListener<Map<Integ
AttrEntity attrEntity = new AttrEntity(); AttrEntity attrEntity = new AttrEntity();
attrEntity.setAttrType("文件类型"); attrEntity.setAttrType("文件类型");
attrEntity.setAttrValue(date.get(6)); attrEntity.setAttrValue(date.get(5));
infoList.add(attrEntity); infoList.add(attrEntity);