刘韬 2 years ago
parent
commit
5cc58e8b2b

+ 1 - 1
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WebBridgeController.java

@@ -34,7 +34,7 @@ public class WebBridgeController extends ApiController {
 	}
 	
 	public void reportExternalLink() {
-		this.process2(WEB_BASR_URL_4+"/reportListOuter?institution_id=" + this.getPara("institution_id") + "&type=" + this.getPara("type")+ "&code=" + this.getPara("code"));
+		this.process(WEB_BASR_URL_4+"/reportListOuter?institution_id=" + this.getPara("institution_id") + "&type=" + this.getPara("type")+ "&code=" + this.getPara("codestr"));
 	}
 	
 	public void test4() {