@ -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);
}