src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml @@ -75,6 +75,10 @@ <if test="param2!=null and param2!=''"> and parent_id = #{param2} </if> <if test="param3!=null and param3!=''"> and id = #{param3} </if> ORDER BY sort </select>