|
@ -3412,6 +3412,10 @@ public class StatisticsESService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
//团队翻译
|
|
|
if(SaveModel.teamLevel.equals(lowlevel)){
|
|
|
translateTeamLeaderName(rs);
|
|
|
}
|
|
|
Collections.sort(rs, new Comparator<Map<String, Object>>() {
|
|
|
public int compare(Map<String, Object> o1, Map<String, Object> o2) {
|
|
|
Integer map1value = Integer.valueOf(String.valueOf(o1.get("val")));
|