stylefeng / Guns

Guns是一个现代化的Java应用开发框架,基于主流技术Spring Boot3 + Vue3 + JDK17,Guns的核心理念是提高开发人员开发效率,降低企业信息化系统的开发成本。
Apache License 2.0
3.87k stars 1.59k forks source link

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

Closed LyuXiaobu closed 3 years ago

LyuXiaobu commented 3 years ago

接口没有返回操作日志时间,前台查看空白 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;