周卡月卡调整,兼容老版本月卡,四版
parent
8c928fd864
commit
be1ea53244
|
@ -1682,7 +1682,7 @@ public class PlayerLogic {
|
|||
|
||||
int state = 0;
|
||||
SRechargeCommodityNewConfig config = SRechargeCommodityNewConfig.getConfigById(monthcardConfig.getPrice());
|
||||
if (config == null){
|
||||
if (config != null){
|
||||
RechargeHandler rechargeHandler = BuyGoodsNewLogic.getRechargeHandler(config.getOtype());
|
||||
AbstractWelfareBag bag = rechargeHandler.getRechargeMap(user).get(config.getId());
|
||||
if (bag != null && !bag.checkBuy()){
|
||||
|
|
Loading…
Reference in New Issue