调试代码关闭

back_recharge
duhui 2022-12-09 11:59:55 +08:00
parent 475ffca53d
commit 18e1310543
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class CombatLogic {
err = StoreLogic.checkBuyGoodsAndUpdate(user,7,10008,1);
}
}else{
err = StoreLogic.checkBuyGoodsAndUpdate(user,7,10015,0);
err = StoreLogic.checkBuyGoodsAndUpdate(user,7,10015,1);
}
if (!"".equals(err)){
throw new ErrorCodeException(ErrorCode.newDefineCode(err));