From 6f64d5e30a3564d9facc5a275d1b07fe54e49805 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 02 九月 2025 11:19:43 +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 e2b39f7..f975fe8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -77,6 +77,9 @@ <if test="hisParentId != null and hisParentId != ''"> AND his_parent_id = #{hisParentId} </if> + <if test="orgid != null and orgid != ''"> + AND orgid = #{orgid} + </if> <!-- 鏁版嵁鑼冨洿杩囨护 --> ${params.dataScope} order by d.dept_type asc, d.parent_id, d.order_num -- Gitblit v1.9.3