server/services/src/main/java/com/doumee/core/constants/Constants.java
@@ -99,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){