礼包邮件时间

back_recharge
wangyuan 2020-01-16 14:28:44 +08:00
parent 40d339793c
commit cf83bf24fb
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ public class PlayerLogic {
if(days <= 0){
continue;
}
remainDays = TimeUtils.differentDays(nowTime * 1000L, goodsInfo.getValue()*1000L)-1;
remainDays = TimeUtils.differentDays(nowTime * 1000L, goodsInfo.getValue()*1000L);
}else{
continue;
}