Commit 70813d29 authored by 赵啸非's avatar 赵啸非

修改配置文件1

parent a2a86dc4
...@@ -79,6 +79,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe ...@@ -79,6 +79,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
try { try {
Rest<String> rest = this.service.createMatterbBySheetMatter(ids, siteId, getContext()); Rest<String> rest = this.service.createMatterbBySheetMatter(ids, siteId, getContext());
model.put("message_info", rest.getData()); model.put("message_info", rest.getData());
this.recordSysLog(this.request, rest.getData()); this.recordSysLog(this.request, rest.getData());
} catch (Exception var7) { } catch (Exception var7) {
code = -1; code = -1;
...@@ -87,6 +88,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe ...@@ -87,6 +88,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
JSONObject ret = new JSONObject(); JSONObject ret = new JSONObject();
ret.put("code", Integer.valueOf(code)); ret.put("code", Integer.valueOf(code));
ret.put("msg", model.remove("message_info"));
ret.put("data", model); ret.put("data", model);
return ret.toJSONString(); return ret.toJSONString();
} }
......
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