server/services/src/main/java/com/doumee/core/constants/Constants.java
@@ -45,7 +45,9 @@ int fail = 3; int over = 4; } public static String getUUID(){ return UUID.randomUUID().toString().replace("-",""); } public interface RedisKeys { public static final String submission_period_key = "sp_"; } @@ -97,6 +99,7 @@ public static final Integer ZERO = 0 ; public static final Integer ONE = 1 ; public static final Integer TWO = 2 ; public static final Integer THREE = 3 ; public static int formatIntegerNum(Integer num){ if(num == null){