优化代码格式

This commit is contained in:
2026-05-09 17:15:23 +08:00
parent e563d8802d
commit d88eb4ae8d
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ public class SysCommonFileController {
}
});
if (Objects.isNull(resp)) {
log.warn("文件获取失败,id={}", id);
log.warn("文件获取失败,id={}", id);
}
} catch (IOException e) {
log.error("文件下载失败", e);