REQ-3540: 日志
This commit is contained in:
parent
cbf0e8c9c9
commit
7461549ff5
@ -106,8 +106,7 @@ public class IndexQueryService {
|
||||
return docProps.getDefaultIconDatabase();
|
||||
if (indexNode.getNodeType() == IndexNodeType.DIRECTORY)
|
||||
return docProps.getDefaultIconDir();
|
||||
FileFormat fileFormat = indexNode.getOrCreateFileAttributes().getFileFormat();
|
||||
switch (fileFormat) {
|
||||
switch (indexNode.getOrCreateFileAttributes().getFileFormat()) {
|
||||
case EXCEL:
|
||||
return docProps.getDefaultIconExcel();
|
||||
case WORD:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user