Commit 289ffe56 by guojuxing

日志查询接口修改

parent 307d650b
...@@ -45,6 +45,8 @@ public class LogUtils { ...@@ -45,6 +45,8 @@ public class LogUtils {
logDTO.setUserName(userDetail.getUserInfo().getUserName()); logDTO.setUserName(userDetail.getUserInfo().getUserName());
//操作内容 //操作内容
logDTO.setContent(content); logDTO.setContent(content);
//为了search查询,暂时用这个字段存
logDTO.setInterfaceName(content);
////操作对象 ////操作对象
logDTO.setBusinessName(operationObject); logDTO.setBusinessName(operationObject);
//操作模块 //操作模块
......
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