jiaosong
2023-10-08 008de99c16492d883fe05405029722c82e46d806
server/services/src/main/java/com/doumee/core/constants/Constants.java
@@ -97,6 +97,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){