Commit d3039495 authored by 赵啸非's avatar 赵啸非

修改配置文件1

parent b9658e8c
...@@ -78,7 +78,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe ...@@ -78,7 +78,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.getMsg());
this.recordSysLog(this.request, rest.getMsg()); this.recordSysLog(this.request, rest.getMsg());
} catch (Exception var7) { } catch (Exception var7) {
......
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