小问题修改

back_recharge
duhui 2022-11-03 14:57:01 +08:00
parent fbba7b5300
commit f690ffa1ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;