xiaochan 4 months ago
parent
commit
aaf22d2c71

+ 0 - 1
src/main/java/thyyxxk/webserver/service/archive/ArchiveServer.java

@@ -310,7 +310,6 @@ public class ArchiveServer {
                     .addFile("file", file.getInputStream(), file.getOriginalFilename(), file.getContentType())
                     .addBody("path", path)
                     .execute(JSONObject.class);
-            ;
         } catch (Exception e) {
             throw new BizException(ExceptionEnum.LOGICAL_ERROR, "上传文件错误:" + e.getMessage());
         }

+ 1 - 1
src/main/resources/application-dev.yml

@@ -176,7 +176,7 @@ thyy:
     tirdpart-api: http://172.16.32.160:21701/thyy/thirdpart/api
   archive:
     path: "Z:\\"
-    archive-url: "http://172.16.32.167:20921/thyy/api/archive"
+    archive-url: "http://172.16.32.197:20921/thyy/api/archive"
   jcptmobile:
     address: "https://emr.hnthyy.cn:8081"
     agentid: 1000051