Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
3.86k
stars
1.59k
forks
source link
操作日志没有显示日志时间 #100
Closed
LyuXiaobu closed 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;