From b79bc98208e440fa033f2fd02995d786fdfa53bf Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期三, 05 二月 2025 13:47:59 +0800
Subject: [PATCH] 煤矿缴费修改

---
 exam-system/src/main/java/com/gkhy/exam/pay/service/impl/CoalPayServiceImpl.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/service/impl/CoalPayServiceImpl.java b/exam-system/src/main/java/com/gkhy/exam/pay/service/impl/CoalPayServiceImpl.java
index 79e19c9..a7ede06 100644
--- a/exam-system/src/main/java/com/gkhy/exam/pay/service/impl/CoalPayServiceImpl.java
+++ b/exam-system/src/main/java/com/gkhy/exam/pay/service/impl/CoalPayServiceImpl.java
@@ -191,6 +191,8 @@
             coalPayStudentRep.setIdCard(payStudent.getIdCard());
             coalPayStudentRep.setPhone(payStudent.getPhone());
             coalPayStudentRep.setSex(payStudent.getSex());
+            coalPayStudentRep.setPayType(payStudent.getPayType());
+            coalPayStudentRep.setPayCode(payStudent.getPayCode());
             coalPayStudentRep.setPayStatus(payStudent.getPayStatus());
 
             //查询对应批次以及批次包含工种类别

--
Gitblit v1.9.2