Merge branch 'master_online_hw' into master_test_hw

back_recharge
zhangshanxue 2020-11-01 09:58:23 +08:00
commit 6d538792e9
1 changed files with 2 additions and 0 deletions

View File

@ -790,6 +790,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) {