七界试炼,排行发奖bug
parent
385db300e4
commit
2e7417278c
|
@ -443,7 +443,7 @@ public class SevenWorldLogic {
|
||||||
for (ZSetOperations.TypedTuple<String> tuple : range) {
|
for (ZSetOperations.TypedTuple<String> tuple : range) {
|
||||||
User user = UserManager.getUserNotCache(Integer.parseInt(tuple.getValue()));
|
User user = UserManager.getUserNotCache(Integer.parseInt(tuple.getValue()));
|
||||||
if (user == null){
|
if (user == null){
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
String title = SErrorCodeEerverConfig.getI18NMessage("Qijie_mail_title");
|
String title = SErrorCodeEerverConfig.getI18NMessage("Qijie_mail_title");
|
||||||
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("Qijie_mail_txt", new Object[]{rank},new int[0],"#");
|
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("Qijie_mail_txt", new Object[]{rank},new int[0],"#");
|
||||||
|
|
Loading…
Reference in New Issue