知识库 文件类型导入问题
This commit is contained in:
parent
64e37fcbb8
commit
0c8b2f1f57
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue