getStartTime 添加日志

back_recharge
jiahuiwen 2020-10-26 10:19:20 +08:00
parent 1e6dedddf4
commit 1a6a115b1c
1 changed files with 2 additions and 0 deletions

View File

@ -788,6 +788,8 @@ public class BuyGoodsLogic {
}
}
} else if (time == 6) {
LOGGER.info("getStartTime uid=>{} getDyGoodsCanBuyTimes=>{} getRefreshBagMap=>{}, rechargeId=>{}", user.getId(), rechargeInfo.getDyGoodsCanBuyTimes().keySet(),
rechargeInfo.getRefreshBagMap().keySet(), sRechargeCommodityConfig.getId());
if (rechargeInfo.getDyGoodsCanBuyTimes().containsKey(sRechargeCommodityConfig.getId())&&rechargeInfo.getRefreshBagMap().containsKey(sRechargeCommodityConfig.getId())) {
endTime = rechargeInfo.getRefreshBagMap().get(sRechargeCommodityConfig.getId());
if (now > endTime || rechargeInfo.getDyGoodsCanBuyTimes().get(sRechargeCommodityConfig.getId()) <= 0) {