REQ-3540: 日志

This commit is contained in:
yanglin 2025-03-18 13:48:53 +08:00
parent cbf0e8c9c9
commit 7461549ff5

View File

@ -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: