@@ -34,6 +34,7 @@ public class IntegerConstant {
/**
* 一天的毫秒数
+ * 60 * 60 * 24 * 1000
*/
- public static final Integer ONE_DAY_MILLISECONDS = 60 * 60 * 24 * 1000;
+ public static final Integer ONE_DAY_MILLISECONDS = 86400000;
}