小问题修改
parent
fbba7b5300
commit
f690ffa1ee
|
@ -105,7 +105,7 @@ public class GmBuyGoodHandler extends BaseHandler<PlayerInfoProto.GmBuyGoodReque
|
|||
break;
|
||||
case 5:// 购买了其他礼包(rechargeID)开启
|
||||
boolean status = checkGoodStatus(user, value[1]);
|
||||
if (status){
|
||||
if (!status){
|
||||
throw new ErrorCodeException(ErrorCode.BEFORE_CONDITION_NOT);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue