涩图评分人数要求大于1人

This commit is contained in:
yutou
2021-01-26 17:13:49 +08:00
parent c2023fbc1e
commit 52e230b56f
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ public class QQSetu {
float length = 0;
String maxName = "";
String minName = "";
if(setuScore.size()==0){
if(setuScore.size()<=1){
return;
}
for (String name : setuScore.keySet()) {