七界试炼,排行发奖bug

back_recharge
duhui 2021-09-27 15:32:01 +08:00
parent 385db300e4
commit 2e7417278c
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ public class SevenWorldLogic {
for (ZSetOperations.TypedTuple<String> tuple : range) {
User user = UserManager.getUserNotCache(Integer.parseInt(tuple.getValue()));
if (user == null){
return;
continue;
}
String title = SErrorCodeEerverConfig.getI18NMessage("Qijie_mail_title");
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("Qijie_mail_txt", new Object[]{rank},new int[0],"#");