月卡问题

back_recharge
duhui 2022-11-17 16:11:46 +08:00
parent fb0061f391
commit 4a030074ea
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ public class PlayerManager extends MongoBase {
}
int beginOfDay= map.getValue();
// 结束时间
int lastTime = beginOfDay + 24*60*60*config.getContiueDays();
long lastTime = beginOfDay + 24L*60*60*config.getContiueDays();
if(nowInt>=lastTime){
iterator.remove();
}