替换TIME_ZONE的获取方式
This commit is contained in:
@@ -10,7 +10,7 @@ public final class Constants {
|
||||
/**
|
||||
* 当前时区
|
||||
*/
|
||||
public static final int TIME_ZONE = ConfigUtils.getIntProperty("time_zone", 8);
|
||||
public static final int TIME_ZONE = Configurations.getIntProperty("time_zone", 8);
|
||||
/**
|
||||
* 区域GK类型
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user