刘韬 3 years ago
parent
commit
a4ead80d52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -231,7 +231,7 @@ public class ViewController extends Controller {
         FileOutputStream fos = null;
         is = response.body().byteStream();
         String path = "/home/lenovo/CFIND_XML";
-        File file = new File(path, "11.dcm");
+        File file = new File(path, "11");
         try {
             fos = new FileOutputStream(file);
             byte[] bytes = new byte[1024];