日志更新
parent
5619ab66a1
commit
c3f634740d
|
@ -972,6 +972,7 @@ public class CombatLogic {
|
||||||
reward = reward + "|" + randomReward;
|
reward = reward + "|" + randomReward;
|
||||||
MailLogic.getInstance().sendMail(user.getId(),title,content,reward,time, Global.MAIL_EFFECTIVE_TIME);
|
MailLogic.getInstance().sendMail(user.getId(),title,content,reward,time, Global.MAIL_EFFECTIVE_TIME);
|
||||||
mainLevelManager.afterTakeStateReward(true,0,time);
|
mainLevelManager.afterTakeStateReward(true,0,time);
|
||||||
|
LOGGER.info("在线奖励升级vip发送邮件:{}---{}",mainLevelManager.getStartTime(),mainLevelManager.getLastTime());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
myResult = true;
|
myResult = true;
|
||||||
|
|
Loading…
Reference in New Issue