mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-15 05:33:52 +08:00
fix some codestyle problem
This commit is contained in:
@@ -114,7 +114,8 @@ public class OfficeFilePreviewImpl implements FilePreview {
|
||||
// 对转换后的文件进行操作(改变编码方式)
|
||||
fileHandlerService.doActionConvertedFile(outFilePath);
|
||||
}
|
||||
if(ConfigConstants.getdeletesourcefile()){ //是否保留OFFICE源文件
|
||||
//是否保留OFFICE源文件
|
||||
if (ConfigConstants.getDeleteSourceFile()) {
|
||||
KkFileUtils.deleteFileByPath(filePath);
|
||||
}
|
||||
if (isUseCached) {
|
||||
|
||||
Reference in New Issue
Block a user