去掉模拟
parent
e76bf84c7d
commit
60ef42bead
|
|
@ -125,12 +125,9 @@ public class CrossYuxulundaoLogic {
|
||||||
try {
|
try {
|
||||||
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("MsRankContent",new Object[]{(i + 1)},new int[0],"#");
|
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("MsRankContent",new Object[]{(i + 1)},new int[0],"#");
|
||||||
if (config != null) {
|
if (config != null) {
|
||||||
//模拟发20遍,临时用
|
|
||||||
for(int j = 0;j<20;j++){
|
|
||||||
MailLogic.getInstance().sendMail(arenaRankfilt.get(i), title, content,
|
MailLogic.getInstance().sendMail(arenaRankfilt.get(i), title, content,
|
||||||
StringUtil.parseArrayToString(config.getSeasonReward()), TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME);
|
StringUtil.parseArrayToString(config.getSeasonReward()), TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue