cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupPaymentServiceImpl.java
@@ -91,6 +91,7 @@ return ResultUtil.error("微信退款失败"); }else{ worldCupPayment.setRefundAmount(multiply); worldCupPayment.setWorldCupId(null); this.updateById(worldCupPayment); } }