加入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- 配置报表业务 //报表类型,2- 配置报表业务
public static final Integer BUSINESSTYPE_REPORT=Configurations.getIntProperty("businesstype_report", 2); public static final Integer BUSINESSTYPE_REPORT=Configurations.getIntProperty("businesstype_report", 2);
//默认日志查询时长(ms) //默认日志查询时长(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); public static final Integer LOG_TIME_RANGE = Configurations.getIntProperty("log_time_range", 300000);
//日志检索菜单ID //日志检索菜单ID
public static final Integer LOGSEARCH_MENU_ID = Configurations.getIntProperty("logsearch_menu_id", 152); public static final Integer LOGSEARCH_MENU_ID = Configurations.getIntProperty("logsearch_menu_id", 152);

View File

@@ -466,4 +466,5 @@ app_id_region=APP_ID
#application spec service code scope #application spec service code scope
app_spec_service_code_max_val=310000 app_spec_service_code_max_val=310000
app_spec_service_code_min_val=300001 app_spec_service_code_min_val=300001
groupReuseSources=groupReuseSources groupReuseSources=groupReuseSources
log_time_start=2018-07-01 00:00:00