Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

操作日志没有显示日志时间 #100

Closed
LyuXiaobu opened this issue Jun 1, 2021 · 0 comments
Closed

操作日志没有显示日志时间 #100

LyuXiaobu opened this issue Jun 1, 2021 · 0 comments

Comments

@LyuXiaobu
Copy link

接口没有返回操作日志时间,前台查看空白
SysLog实体没有建立操作日志时间属性
@TableId(
value = "log_id",
type = IdType.ASSIGN_ID
)
private Long logId;
@TableField("log_name")
private String logName;
@TableField("log_content")
private String logContent;
@TableField("app_name")
private String appName;
@TableField("request_url")
private String requestUrl;
@TableField("request_params")
private String requestParams;
@TableField("request_result")
private String requestResult;
@TableField("server_ip")
private String serverIp;
@TableField("client_ip")
private String clientIp;
@TableField("user_id")
private Long userId;
@TableField("http_method")
private String httpMethod;
@TableField("client_browser")
private String clientBrowser;
@TableField("client_os")
private String clientOs;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants