优化代码格式

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

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>

View File

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