From 631ead73058002bafa9a5a47f092e85d87c9a5d8 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 24 Mar 2025 14:48:57 +0800
Subject: [PATCH] 缴费回调修改
---
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
index 71bb2a3..87cf8f0 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -55,6 +55,9 @@
<if test="status != null and status != ''">
AND status = #{status}
</if>
+ <if test="districtCode!=null">
+ AND district_code = #{districtCode}
+ </if>
<!-- 数据范围过滤 -->
${params.dataScope}
order by d.parent_id, d.order_num
--
Gitblit v1.9.2