src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -100,6 +100,9 @@ <if test="param1!=null and param1!=''"> and dept.tenant_id = #{param1} </if> <if test="param3!=null"> and dept.dept_category = #{param3} </if> ORDER BY dept.sort </select>