替换TIME_ZONE的获取方式

This commit is contained in:
wangxin
2018-06-14 17:07:34 +08:00
parent ba536b63d3
commit 5ec2264e1e

View File

@@ -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类型
*/