|
@@ -46,7 +46,7 @@ public class WebBridgeController extends ApiController {
|
|
|
}
|
|
|
|
|
|
public void localReport() {
|
|
|
- this.process(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") + "&exam_id=" + this.getPara("exam_id"));
|
|
|
}
|
|
|
|
|
|
public void localReport2() {
|