|
@@ -613,7 +613,7 @@ public class EVDataServiceImpl implements EVDataService {
|
|
|
daMa.put("sealOffsetX", sealOffsetX);
|
|
|
daMa.put("sealOffsetY", sealOffsetY);
|
|
|
byte[] fileByte = new byte[0];
|
|
|
- if (fileUrl.indexOf("aliyuncs.com") >= 0 || fileUrl.indexOf("183.247.216.148") >= 0 || fileUrl.indexOf("152.168.2.15") >= 0) {
|
|
|
+ if (fileUrl.indexOf("xinan1.zos.ctyun.cn") >= 0 || fileUrl.indexOf("aliyuncs.com") >= 0 || fileUrl.indexOf("183.247.216.148") >= 0 || fileUrl.indexOf("152.168.2.15") >= 0) {
|
|
|
try {
|
|
|
InputStream inputStreamByUrl = FileUtils.getInputStreamByUrl(pdfUrl);
|
|
|
fileByte = IOUtils.toByteArray(inputStreamByUrl);
|