puzhibing
2024-03-04 912bf8aad828c5cde67720864c8697d03a1a7bad
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupServiceImpl.java
@@ -378,7 +378,8 @@
        worldCupPayment.setEntrant(paymentWorldCup.getIds());
        int num = JSON.parseArray(paymentWorldCup.getIds()).size();
        //不免费
        if(worldCup.getPayType() != 0){
        String payType1 = worldCup.getPayType().split(",")[0];
        if(!"0".equals(payType1)){
            Integer payType = paymentWorldCup.getPayType();
            //微信
            if(payType == 1){