智慧保安后台管理-外网
Administrator
2021-11-12 be134977032d985301be327ec35786caff3087ea
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>