Commit 714e8060 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 44beb520
...@@ -62,7 +62,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract { ...@@ -62,7 +62,6 @@ public class WXHXPJYXKFRBG extends ComplexWindowAbstract {
FileDataItem fileDataItem = new FileDataItem(); FileDataItem fileDataItem = new FileDataItem();
BeanUtils.copyProperties(item, fileDataItem); BeanUtils.copyProperties(item, fileDataItem);
String downloadPath = commonData.getRobertServerUrl()+"aiCase/download?fileUrl=" + item.getFileUrl(); String downloadPath = commonData.getRobertServerUrl()+"aiCase/download?fileUrl=" + item.getFileUrl();
byte[] bytes = HttpUtil.downloadBytes(downloadPath); byte[] bytes = HttpUtil.downloadBytes(downloadPath);
fileDataItem.setBytes(bytes); fileDataItem.setBytes(bytes);
return fileDataItem; return fileDataItem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment