刘韬 5 年之前
父節點
當前提交
e1eecc6d03
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WebBridgeController.java

+ 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);