Merge branch 'master' into test

test
wj 2 years ago
commit 5473878bd8

@ -271,7 +271,7 @@ public class DlAllDataService {
try { try {
this.writeFile(bean.getFilePath(), bean.getFileContent()); this.writeFile(bean.getFilePath(), bean.getFileContent());
} catch (IOException e) { } catch (IOException e) {
log.error("从UDI自助平台拉取基础数据 文件写入异常----{}", e.getMessage()); log.error("从UDI自助平台拉取基础数据 文件[{}]写入异常----{}",bean.getFilePath(), e.getMessage());
throw new RuntimeException(e); throw new RuntimeException(e);
} }

Loading…
Cancel
Save