加入LOG_TIME_START参数,默认为null

This commit is contained in:
wangxin
2018-08-31 17:51:42 +08:00
parent ed3d56e59a
commit 8bfbae8afc
2 changed files with 4 additions and 1 deletions

View File

@@ -435,6 +435,8 @@ public final class Constants {
//报表类型,2- 配置报表业务
public static final Integer BUSINESSTYPE_REPORT=Configurations.getIntProperty("businesstype_report", 2);
//默认日志查询时长(ms)
public static final String LOG_TIME_START = Configurations.getStringProperty("log_time_start",null);
//默认日志查询时长(ms)
public static final Integer LOG_TIME_RANGE = Configurations.getIntProperty("log_time_range", 300000);
//日志检索菜单ID
public static final Integer LOGSEARCH_MENU_ID = Configurations.getIntProperty("logsearch_menu_id", 152);