临时测试数据

zhangshanxue 2019-12-28 17:57:54 +08:00
parent 1957bd54da
commit 4302c8df42
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ public class BuyGoodsLogic {
rechargeInfo.removeDyGoodsCanBuyTimes(goodsId);
continue;
}
endTime = startTime + addtime * 60 * 1000;
endTime = startTime + addtime * 60;
if (rechargeInfo.getCacheSendedTypes().containsKey(value)) {
long lasttime = rechargeInfo.getCacheSendedTypes().get(value);