提交日志查询三种时间方案.
This commit is contained in:
@@ -437,8 +437,11 @@ public final class Constants {
|
||||
//默认日志查询时长(ms)
|
||||
public static final String LOG_TIME_START = Configurations.getStringProperty("log_time_start",null);
|
||||
public static final String LOG_TIME_END = Configurations.getStringProperty("log_time_end",null);
|
||||
//默认日志查询时长(ms)
|
||||
//由配置界面跳转日志查询默认查询时长(ms)
|
||||
public static final Integer LOG_TIME_RANGE = Configurations.getIntProperty("log_time_range", 300000);
|
||||
//默认日志查询时长(ms)
|
||||
public static final Integer LOG_TIME_INTERVAL = Configurations.getIntProperty("log_time_interval", 300000);
|
||||
|
||||
//日志检索菜单ID
|
||||
public static final Integer LOGSEARCH_MENU_ID = Configurations.getIntProperty("logsearch_menu_id", 152);
|
||||
/**请求头参数*/
|
||||
|
||||
Reference in New Issue
Block a user