From 960ddab080d2434277bb75c188e2f7380856997e Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期五, 07 三月 2025 14:33:53 +0800
Subject: [PATCH] 煤矿修改

---
 exam-system/src/main/resources/mapper/pay/CoalPayStudentMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/exam-system/src/main/resources/mapper/pay/CoalPayStudentMapper.xml b/exam-system/src/main/resources/mapper/pay/CoalPayStudentMapper.xml
index 11ba69f..e74de69 100644
--- a/exam-system/src/main/resources/mapper/pay/CoalPayStudentMapper.xml
+++ b/exam-system/src/main/resources/mapper/pay/CoalPayStudentMapper.xml
@@ -102,6 +102,7 @@
         update coal_pay_student
         <trim prefix="SET" suffixOverrides=",">
             <if test="payType != null">pay_type = #{payType},</if>
+            <if test="govPayStatus!=null">gov_pay_status=#{govPayStatus},</if>
         </trim>
         where coal_pay_id = #{coalPayId} and pay_status = 0
     </update>

--
Gitblit v1.9.2