From 587fb2748415192f9a261a4f8635ca1afa37d437 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 18 二月 2022 10:38:03 +0800 Subject: [PATCH] add 增加页面更新说明 --- ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml index 8e9d1d7..b1ce3f8 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -30,9 +30,9 @@ <select id="selectDeptList" parameterType="SysDept" resultMap="SysDeptResult"> <include refid="selectDeptVo"/> where d.del_flag = '0' - <if test="deptId != null and deptId != 0"> - AND dept_id = #{deptId} - </if> + <if test="deptId != null and deptId != 0"> + AND dept_id = #{deptId} + </if> <if test="parentId != null and parentId != 0"> AND parent_id = #{parentId} </if> @@ -42,10 +42,6 @@ <if test="status != null and status != ''"> AND status = #{status} </if> -<!-- <!– 鏁版嵁鑼冨洿杩囨护 –>--> -<!-- <if test="params.dataScope != null and params.dataScope != ''">--> -<!-- AND ( ${params.dataScope} )--> -<!-- </if>--> order by d.parent_id, d.order_num </select> -- Gitblit v1.9.3