日志调整

master
wj 2 years ago
parent 8c5373ffd2
commit a991a57203

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

Loading…
Cancel
Save