fix
This commit is contained in:
@@ -15,6 +15,6 @@ public class IdUtils {
|
||||
* @return UUID
|
||||
*/
|
||||
public static String getUuid() {
|
||||
return RandomUtil.randomString(8);
|
||||
return RandomUtil.randomString(9).toLowerCase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user