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