礼包邮件时间
parent
40d339793c
commit
cf83bf24fb
|
@ -428,7 +428,7 @@ public class PlayerLogic {
|
||||||
if(days <= 0){
|
if(days <= 0){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
remainDays = TimeUtils.differentDays(nowTime * 1000L, goodsInfo.getValue()*1000L)-1;
|
remainDays = TimeUtils.differentDays(nowTime * 1000L, goodsInfo.getValue()*1000L);
|
||||||
}else{
|
}else{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue