From ea219f4389c52d0bac442c7a351767160c9814c5 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 10 Mar 2025 16:26:20 +0800
Subject: [PATCH] 缴费修改
---
exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml b/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml
index 04ddd9e..ff12ddc 100644
--- a/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml
+++ b/exam-system/src/main/resources/mapper/pay/NonCoalCategoryMapper.xml
@@ -217,7 +217,7 @@
<if test="quarter != null">
and cp.quarter = #{quarter}
</if>
- <if test="districtCode!=null and districtCode!=''">
+ <if test="districtCode!=null and districtCode!='' and districtCode != 65">
and cc.district_code =#{districtCode}
</if>
<if test="deptId!=null">
@@ -245,7 +245,7 @@
<if test="quarter!=null">
and cp.quarter = #{quarter}
</if>
- <if test="districtCode !=null and districtCode !=''">
+ <if test="districtCode !=null and districtCode !='' and districtCode != 65 ">
and cp.district_code = #{districtCode}
</if>
<if test="deptId!=null">
--
Gitblit v1.9.2