刘韬 před 3 roky
rodič
revize
15904bc72a

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

@@ -230,7 +230,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");
+        File file = new File(path, "11.dcm");
         try {
             fos = new FileOutputStream(file);
             byte[] bytes = new byte[1024];