邮件领取
parent
09a53abfb5
commit
e2a6865f20
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue