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

修改配置文件1

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