优化代码格式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<project 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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user