临时测试数据
parent
1957bd54da
commit
4302c8df42
|
@ -396,7 +396,7 @@ public class BuyGoodsLogic {
|
||||||
rechargeInfo.removeDyGoodsCanBuyTimes(goodsId);
|
rechargeInfo.removeDyGoodsCanBuyTimes(goodsId);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
endTime = startTime + addtime * 60 * 1000;
|
endTime = startTime + addtime * 60;
|
||||||
|
|
||||||
if (rechargeInfo.getCacheSendedTypes().containsKey(value)) {
|
if (rechargeInfo.getCacheSendedTypes().containsKey(value)) {
|
||||||
long lasttime = rechargeInfo.getCacheSendedTypes().get(value);
|
long lasttime = rechargeInfo.getCacheSendedTypes().get(value);
|
||||||
|
|
Loading…
Reference in New Issue