fix recharge vip

back_recharge
wangyuan 2020-03-24 16:21:52 +08:00
parent ad24f4c7ed
commit 52117ad434
1 changed files with 1 additions and 4 deletions

View File

@ -126,12 +126,9 @@ public class BuyGoodsLogic {
}
endTime +=sRechargeCommodityConfig.getContiueDays() * 24 * 3600;
rechargeInfo.updateGoodsTypeDuration(sRechargeCommodityConfig.getId(),endTime);
if(needSendMail){
}
triggerEvent(user,sRechargeCommodityConfig,nowTime);
}
}
int[][] baseReward = sRechargeCommodityConfig.getBaseReward();
int length = baseReward.length;
String rewardStr="";