back_recharge
duhui 2023-04-11 16:06:05 +08:00
parent a55c5bbafe
commit b464e9a630
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ public class MailLogic {
continue;
}
delMailIds.add(mailId);
LOGGER.info("玩家{}手动删除了邮件:{}",user.getId(),cMail);
}
if (delMailIds.size() != 0) {
for (String mailId : delMailIds) {