李林
2024-04-12 f4cfca6f2c8a5cb4e8e0fdc00d76a710283d6b06
framework/src/main/java/com/yuanchu/mom/utils/GiveCode.java
@@ -21,7 +21,7 @@
        String nums = num + "";
        if(nums.length() == 1) nums = "00" + num;
        else if(nums.length() == 2) nums = "0" + num;
        return code + date2 + symbol + nums;
        return code + (date2==null?date:date2) + symbol + nums;
    }
}