From 3a762add44449332d6d379e361698850f6066e16 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 19 五月 2025 15:20:12 +0800
Subject: [PATCH] 修改

---
 exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java b/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java
index 74d3a12..0bde276 100644
--- a/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java
+++ b/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java
@@ -5,12 +5,14 @@
 import com.gkhy.exam.pay.dto.rep.CoalPayStudentRep;
 import com.gkhy.exam.pay.dto.req.CoalPayDto;
 import com.gkhy.exam.pay.dto.req.CoalPayReq;
-import com.gkhy.exam.pay.dto.req.CoalPayStudentReq;
 import com.gkhy.exam.pay.dto.req.CoalPayTypeReq;
+import com.gkhy.exam.pay.dto.req.CoalTeamPayReq;
 import com.gkhy.exam.pay.entity.CoalPay;
-import com.gkhy.exam.pay.entity.CoalPayStudent;
+import com.gkhy.exam.pay.utils.BillSignException;
+import com.gkhy.exam.pay.utils.ResultVo;
 import com.ruoyi.common.core.domain.AjaxResult;
 
+import java.io.IOException;
 import java.util.List;
 
 public interface CoalPayService extends IService<CoalPay> {
@@ -24,9 +26,13 @@
 
     AjaxResult deleteCoalPayByIds(Long[] ids);
 
-    List<CoalPayStudentRep> selectCoalPay(String idcard,String phone);
+    List<CoalPayStudentRep> selectCoalPay(String idcard, String phone);
 
     int updateCoalPayType(CoalPayTypeReq coalPayDto);
 
     String personPayMoney(Long coalPayId, Long studentId);
+
+    String teamPayMoney(CoalTeamPayReq coalTeamPayReq);
+
+    ResultVo topay() throws IOException, BillSignException, BillSignException;
 }

--
Gitblit v1.9.2