service-common/src/main/java/com/java110/common/thread/UpdateApplicationKeyPwd.java
@@ -119,7 +119,7 @@
        Random random = new Random();
        String result = "";
        for (int i = 0; i < 6; i++) {
            result += random.nextInt(10);
            result += (random.nextInt(9) + 1);;
        }
        return result;
    }