java110
2021-05-01 881f3e61567fa3c06626e68a48303cdd43bd0ad4
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;
    }