注释日志

back_recharge
jiahuiwen 2020-10-26 13:43:56 +08:00
parent 1a6a115b1c
commit f62d9b6a13
1 changed files with 2 additions and 2 deletions

View File

@ -788,8 +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());
// 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) {