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

修改配置文件1

parent c6b5d9ff
......@@ -80,7 +80,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
Rest<String> rest = this.service.createMatterbBySheetMatter(ids, siteId, getContext());
model.put("message_info", rest.getData());
this.recordSysLog(this.request, rest.getData());
this.recordSysLog(this.request, rest.getMsg());
} catch (Exception var7) {
code = -1;
this.doException(this.request, busiDesc, model, 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