去掉模拟

master_yuenan
DESKTOP-C3M45P4\dengdan 2025-04-15 11:43:30 +08:00
parent e76bf84c7d
commit 60ef42bead
1 changed files with 2 additions and 5 deletions

View File

@ -125,11 +125,8 @@ public class CrossYuxulundaoLogic {
try {
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("MsRankContent",new Object[]{(i + 1)},new int[0],"#");
if (config != null) {
//模拟发20遍,临时用
for(int j = 0;j<20;j++){
MailLogic.getInstance().sendMail(arenaRankfilt.get(i), title, content,
StringUtil.parseArrayToString(config.getSeasonReward()), TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME);
}
MailLogic.getInstance().sendMail(arenaRankfilt.get(i), title, content,
StringUtil.parseArrayToString(config.getSeasonReward()), TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME);
}
} catch (Exception e) {
e.printStackTrace();