From 70dcf4e610a0ec5fd6ca2c3daf9edf4957b30529 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期二, 25 二月 2025 16:34:46 +0800
Subject: [PATCH] 考试制证修改

---
 exam-system/src/main/java/com/gkhy/exam/pay/service/NonCoalPayService.java |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/service/NonCoalPayService.java b/exam-system/src/main/java/com/gkhy/exam/pay/service/NonCoalPayService.java
index 2e3f4f4..a039ba2 100644
--- a/exam-system/src/main/java/com/gkhy/exam/pay/service/NonCoalPayService.java
+++ b/exam-system/src/main/java/com/gkhy/exam/pay/service/NonCoalPayService.java
@@ -1,7 +1,12 @@
 package com.gkhy.exam.pay.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
+import com.gkhy.exam.pay.dto.rep.NonCoalPayDetailH5RepDto;
+import com.gkhy.exam.pay.dto.rep.NonCoalPayDetailRepDto;
+import com.gkhy.exam.pay.dto.rep.NonCoalPayPageRepDto;
+import com.gkhy.exam.pay.dto.rep.NonCoalPayStudentDetailRepDto;
 import com.gkhy.exam.pay.dto.req.NonCoalPayReqDto;
+import com.gkhy.exam.pay.dto.req.NonCoalPayTypeEditReqDto;
 import com.gkhy.exam.pay.entity.NonCoalPay;
 
 import java.util.List;
@@ -19,7 +24,10 @@
      * @param id 【请填写功能名称】主键
      * @return 【请填写功能名称】
      */
-    public NonCoalPay selectNonCoalPayById(Long id);
+    public NonCoalPayDetailRepDto selectNonCoalPayById(Long id);
+
+
+    List<NonCoalPayDetailH5RepDto> selectNonCoalPayByStu(String phone, String idCard);
 
     /**
      * 查询【请填写功能名称】列表
@@ -27,7 +35,9 @@
      * @param nonCoalPay 【请填写功能名称】
      * @return 【请填写功能名称】集合
      */
-    public List<NonCoalPay> selectNonCoalPayList(NonCoalPay nonCoalPay);
+    public List<NonCoalPayPageRepDto> selectNonCoalPayList(NonCoalPay nonCoalPay);
+
+    NonCoalPayStudentDetailRepDto getNonCoalPayStudentByPayId(Long id);
 
     /**
      * 新增【请填写功能名称】
@@ -45,6 +55,10 @@
      */
     public int updateNonCoalPay(NonCoalPayReqDto nonCoalPay);
 
+    public int updateNonCoalPayType(NonCoalPayTypeEditReqDto nonCoalPay);
+
+    public int updateNonCoalPayTypeStatus(int payPersonType, Long id);
+
     /**
      * 批量删除【请填写功能名称】
      *

--
Gitblit v1.9.2