Merge branch 'master_test_hw' of http://60.1.1.230/backend/jieling_server into master_test_hw

lvxinran 2020-09-10 17:46:28 +08:00
commit 78953021c6
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ public class MathUtils {
list.add(start);
start++;
}
Collections.shuffle(list);
// Collections.shuffle(list);
return list;
}