From 0b43867efe797e23cb881cf78513043c01746adf Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 01 三月 2024 17:09:52 +0800
Subject: [PATCH] 修改bug和新增加功能

---
 cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupPaymentParticipantServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupPaymentParticipantServiceImpl.java b/cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupPaymentParticipantServiceImpl.java
index 5eba133..295f885 100644
--- a/cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupPaymentParticipantServiceImpl.java
+++ b/cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupPaymentParticipantServiceImpl.java
@@ -85,7 +85,7 @@
         WorldCupPaymentParticipant worldCupPaymentParticipant = this.getById(id);
         Integer worldCupId = worldCupPaymentParticipant.getWorldCupId();
         WorldCupPayment worldCupPayment = worldCupPaymentService.getById(worldCupPaymentParticipant.getWorldCupPaymentId());
-        WorldCupInfo worldCupInfo = worldCupService.getWorldCupInfo(worldCupId);
+        WorldCupInfo worldCupInfo = worldCupService.getWorldCupInfo(worldCupId, null, null);
         WorldCup worldCup = worldCupService.getById(worldCupId);
         MyWorldCupInfo myWorldCupInfo = new MyWorldCupInfo();
         BeanUtils.copyProperties(worldCupInfo, myWorldCupInfo);

--
Gitblit v1.7.1