月卡问题
parent
fb0061f391
commit
4a030074ea
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue