java110
2021-05-05 2d079ac843ebcb335f2ef7d6952f9700a16fddde
service-common/src/main/java/com/java110/common/thread/UpdateApplicationKeyPwd.java
old mode 100644 new mode 100755
@@ -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;
    }