刘韬 5 years ago
parent
commit
e1eecc6d03

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

@@ -45,6 +45,11 @@ public class WebBridgeController extends ApiController {
 		this.process(WEB_BASR_URL_4+"/reportInfo/report?report_id=" + this.getPara("report_id"));
 	}
 	
+	public void localReport2() {
+		this.renderText("WEB_BASR_URL_4+\"/reportInfo/report?report_id="+ this.getPara("report_id"));
+//		this.process(WEB_BASR_URL_4+"/reportInfo/report?report_id=" + this.getPara("report_id"));
+	}
+	
 	private void process(String toUrl) {
 		try {
 			System.out.println(toUrl);