xubh 5 年之前
父节点
当前提交
493bab132a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/minpay/common/pay/ShouhuoPay.java

+ 2 - 2
src/main/java/com/minpay/common/pay/ShouhuoPay.java

@@ -207,9 +207,9 @@ public class ShouhuoPay implements IMINAction{
 				}else if("01".equals(proType)){
 					if("0".equals(gameRule)){ //幸运购
 						turnPage = Service.lookup(IPublicService.class).getSysParValue(user.getChannel() + "_SHOUHUO_GAMEBUYING_PAGE");
-					}else{
+					}else if("1".equals(gameRule)){
 						turnPage = Service.lookup(IPublicService.class).getSysParValue(user.getChannel() + "_SHOUHUO_GAMEBUYING_PAGE");
-					}if("1".equals(gameRule)){
+					} else{
 						throw new MINBusinessException("游戏类型异常");
 					}