Commit 6d1208a2 by guojuxing

操作日志添加操作模块

parent c6ad0fd2
...@@ -49,6 +49,7 @@ public class LogUtils { ...@@ -49,6 +49,7 @@ public class LogUtils {
Integer moduleMenuId = (Integer) RequestContext.getContext().getRequest().getAttribute("moduleMenuId"); Integer moduleMenuId = (Integer) RequestContext.getContext().getRequest().getAttribute("moduleMenuId");
if (moduleMenuId != null) { if (moduleMenuId != null) {
logDTO.setRelationId(Long.valueOf(moduleMenuId)); logDTO.setRelationId(Long.valueOf(moduleMenuId));
logDTO.setProject(moduleMenuName);
} else { } else {
LOGGER.info("操作模块数据有误"); LOGGER.info("操作模块数据有误");
} }
......
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