刘韬 4 년 전
부모
커밋
36fd790399
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -76,7 +76,7 @@ public class ViewController extends Controller {
 			try (Response response = OKHTTP_CLIENT.newCall(request).execute()) {
 				if (!response.isSuccessful())
 					throw new IOException("Unexpected code " + response);
-				String dirName = "/zskk_system/zskk_dicomQRScp";
+				String dirName = "/home/zskk/桌面";
 				File file = new File(dirName);
 				if (!file.exists()) {
 					file.mkdir();