LAPTOP-5NTQJPUS\LT 4 months ago
parent
commit
494217ae54
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

@@ -162,7 +162,7 @@ public class ViewController extends Controller {
 	
 	public void testdld() {
 		try {
-			String filePath = "http://172.28.244.106:8090/pacsimage/showreportbydiagidandpagenumber.action?diagrptid=ABA12F9079FB4017B7A77DF282C18ED7&pagenumber=0";
+			String filePath = "http://172.28.244.106:8090/pacsimage/showreportbydiagidandpagenumber.action?diagrptid=12BBA81B49584F2F99B7D45E9D7041&pagenumber=0";
 			String fileNameStr[] = filePath.split("=");
 			String fileName = fileNameStr[fileNameStr.length - 2]+".jpg";
 			String fileStorePath = getFileWithUrl(filePath, fileName);