From be90c5ad7af7528872dd0eaeae6c419a5ceedbc3 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 11 三月 2025 16:27:25 +0800 Subject: [PATCH] 角色权限修改 --- exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml b/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml index f53bf0b..0d3131c 100644 --- a/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml +++ b/exam-system/src/main/resources/mapper/pay/NonCoalPayStudentMapper.xml @@ -117,6 +117,7 @@ <update id="updateNonCoalPayStudentType"> update non_coal_pay_student set pay_type = 2, + gov_pay_status = #{status}, update_by = #{updateBy} where non_coal_pay_id = #{id} and pay_status = 0 -- Gitblit v1.9.2