Commit bae36404 authored by 廖旭伟's avatar 廖旭伟

综窗对接

parent c6fd724b
...@@ -63,7 +63,7 @@ public class SyntheticalController extends BaseJsonBodyController { ...@@ -63,7 +63,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map<String, Object> model = new HashMap(); Map<String, Object> model = new HashMap();
String busiDesc = "查询可受理事项" ; String busiDesc = "查询可受理事项" ;
try { try {
resp = doPost(url, jsonObject.toJSONString()); resp = doPost(url, jsonObject.toJSONString(query));
this.recordSysLog(this.request, busiDesc + " 【成功】"); this.recordSysLog(this.request, busiDesc + " 【成功】");
} catch (Exception e) { } catch (Exception e) {
this.doException(this.request, busiDesc + " 【异常】", model, e); this.doException(this.request, busiDesc + " 【异常】", model, e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment