|
@@ -15,7 +15,7 @@ public class RandomUtil {
|
|
|
StringBuffer shortBuffer = new StringBuffer();
|
|
|
String uuid = UUID.randomUUID().toString().replace("-", "");
|
|
|
int index = 0;
|
|
|
- for (int i = 0; i < 10; i++) {
|
|
|
+ for (int i = 0; i < 11; i++) {
|
|
|
index = i;
|
|
|
if(index >= 8){
|
|
|
index = i % 8;
|