back_recharge
parent
a55c5bbafe
commit
b464e9a630
|
@ -489,6 +489,7 @@ public class MailLogic {
|
|||
continue;
|
||||
}
|
||||
delMailIds.add(mailId);
|
||||
LOGGER.info("玩家{}手动删除了邮件:{}",user.getId(),cMail);
|
||||
}
|
||||
if (delMailIds.size() != 0) {
|
||||
for (String mailId : delMailIds) {
|
||||
|
|
Loading…
Reference in New Issue