From 95f201010afaf1ddc4c5d17e55445476b52601bb Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Wed, 05 Feb 2025 09:37:29 +0800
Subject: [PATCH] 增加查询是否生成财政缴款码
---
exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml b/exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml
index 277db4c..87f4d9c 100644
--- a/exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml
+++ b/exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml
@@ -59,7 +59,7 @@
<result property="idCard" column="id_card"/>
<result property="studentName" column="student_name"/>
<result property="payStatus" column="pay_status"/>
- <!-- <result property="govPayStatus" column="gov_pay_status"/>-->
+ <result property="govPayStatus" column="gov_pay_status"/>
<result property="fileData" column="file_data"/>
<result property="nonCoalPayType" column="non_coal_pay_type"/>
<result property="orderId" column="order_id"/>
@@ -184,7 +184,7 @@
t.id_card,
t.name as student_name,
t.pay_status,
--- t.gov_pay_status,
+ t.gov_pay_status,
t.file_data,
t.pay_type as non_coal_pay_type,
t.order_id,
--
Gitblit v1.9.2