刘韬 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);