|
@@ -34,7 +34,7 @@ public class WebBridgeController extends ApiController {
|
|
}
|
|
}
|
|
|
|
|
|
public void reportExternalLink() {
|
|
public void reportExternalLink() {
|
|
- this.process2(WEB_BASR_URL_4+"/reportListOuter?institution_id=" + this.getPara("institution_id") + "&type=" + this.getPara("type")+ "&code=" + this.getPara("code"));
|
|
|
|
|
|
+ this.process(WEB_BASR_URL_4+"/reportListOuter?institution_id=" + this.getPara("institution_id") + "&type=" + this.getPara("type")+ "&code=" + this.getPara("codestr"));
|
|
}
|
|
}
|
|
|
|
|
|
public void test4() {
|
|
public void test4() {
|