1.由配置跳转日志查询默认时间修改为前五分钟 2.报表Action检索条件修改

This commit is contained in:
zhangwq
2018-12-10 11:09:04 +08:00
parent c8c3a51f37
commit bf3bf9dc7b
3 changed files with 36 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ public class BaseLogEntity<T> extends BaseEntity<T> {
protected String searchFoundStartTime;//开始时间格式为yyyy-mm-dd hh24:mi:ss
protected String searchFoundEndTime;//结束时间,格式同上
protected String isLogTotalSearch;//由配置列表点击日志总量进行查询标识
protected String isLogTotalSearch;//由配置界面跳转日志查询标识
protected String orderBy;//排序参数
//新增字段