中西结合数据同步

master
宇宙皮皮娃 1 year ago
parent 4a24c43583
commit ee0031a0ff

@ -1,7 +1,7 @@
{
"disDates": "2023-01-01 00:00:00",
"disDatee": "2023-12-31 11:59:59",
"downPath": "",
"downPath": "D:\\pdfs",
"url": "http://192.168.12.121:3000/ws/service?wsdl",
"targetNamespace": "http://ws.sie.com",
"method": "service",

@ -302,7 +302,7 @@ public class ZxjhBusinessServiceImpl implements ZxjhBusinessService {
//本地文件名
String fileName = UUID.randomUUID()+end; // 假设要下载的文件名为example.pdf
//文件本地存储路径
String localFilePath = downPath + fileName;
String localFilePath = downPath +File.separator+ fileName;
URI uri = new URI(sourcePath);
String host = uri.getHost();

Loading…
Cancel
Save