From 1d14dbbf2005f38ced5a20e29acd1298efe2a318 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期三, 22 一月 2025 15:55:26 +0800
Subject: [PATCH] 特种作业非煤缴费版本导入优化

---
 exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml b/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml
index 4ef1099..06d44bf 100644
--- a/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml
+++ b/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml
@@ -22,7 +22,7 @@
         <result property="orderNo" column="order_no"/>
         <result property="orderId" column="order_id"/>
         <result property="fileData" column="file_data"/>
-        <result property="govPayStatus" column="gov_pay_status"/>
+        <result property="payTime" column="pay_time"/>
     </resultMap>
 
     <sql id="selectNonCoalPayStudentVo">
@@ -43,7 +43,7 @@
                order_no,
                order_id,
                file_data,
-               gov_pay_status
+               pay_time
         from non_coal_pay_student
     </sql>
 
@@ -121,9 +121,10 @@
             <if test="idCard != null and idCard != ''">id_card = #{idCard},</if>
             <if test="phone != null and phone != ''">phone = #{phone},</if>
             <if test="sex != null">sex = #{sex},</if>
+            <if test="orderNo != null and orderNo != ''">order_no = #{orderNo},</if>
             <if test="orderId != null and orderId != ''">order_id = #{orderId},</if>
             <if test="fileData != null and fileData != ''">file_data = #{fileData},</if>
-            <if test="govPayStatus != null">gov_pay_status = #{govPayStatus},</if>
+            <if test="payTime != null">pay_time = #{payTime},</if>
             <if test="payType != null">pay_type = #{payType},</if>
             <if test="payCode != null">pay_code = #{payCode},</if>
             <if test="payStatus != null">pay_status = #{payStatus},</if>

--
Gitblit v1.9.2