From f2b5d3f2d8a40ebc568bcba296f4a38d85eeb107 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: Wed, 05 Feb 2025 13:23:16 +0800
Subject: [PATCH] 增加查询是否生成财政缴款码
---
exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml | 7 +++++--
1 files changed, 5 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..2cabe3f 100644
--- a/exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml
+++ b/exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml
@@ -40,6 +40,7 @@
<result property="payType" column="pay_type"/>
<result property="amount" column="amount"/>
<result property="year" column="year"/>
+ <result property="payPersonType" column="pay_person_type"/>
<result property="quarter" column="quarter"/>
<collection property="nonCoalPayCategoryList" javaType="java.util.List" resultMap="nonCoalPayCategoryList"/>
</resultMap>
@@ -59,7 +60,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"/>
@@ -147,6 +148,7 @@
d.dept_name,
a.district_code,
a.pay_type,
+ a.pay_person_type,
a.amount,
a.year,
a.quarter,
@@ -171,6 +173,7 @@
d.dept_name,
a.district_code,
a.pay_type,
+ a.pay_person_type,
a.amount,
a.year,
a.quarter,
@@ -184,7 +187,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