From 006675d14329ba8153b8da37e240940cf5f2c6f6 Mon Sep 17 00:00:00 2001 From: mx <hello@mx.cn> Date: 星期三, 06 八月 2025 09:48:45 +0800 Subject: [PATCH] 8-5 患者满意度调查分页修改 --- ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml index 6830b7a..f975fe8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -77,9 +77,12 @@ <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.parent_id, d.order_num + order by d.dept_type asc, d.parent_id, d.order_num </select> <select id="selectDeptListByRoleId" resultType="Long"> -- Gitblit v1.9.3