邮件领取

back_recharge
lvxinran 2019-11-04 10:40:56 +08:00
parent 09a53abfb5
commit e2a6865f20
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class MailLogic {
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
}
mail.setState(Global.MAIL_DRAW_ST_GOT);
mail.setMailItem("");
// mail.setMailItem("");
mail.setNoUseDeleteTime(TimeUtils.now()+TimeUtils.DAY*Global.MAIL_NOUSE_DELETE_TIME);
mailManager.addMail(mail);
}