Administrator
2021-08-27 084df211271b476c5d285e704e4b32f0ffb5fbe7
src/main/java/org/springblade/modules/jurisdiction/mapper/JurisdictionMapper.xml
@@ -86,10 +86,12 @@
        FROM
        sys_jurisdiction dept
        WHERE dept.is_deleted = 0
        and dept.parent_id = #{param2}
        <if test="param1!=null and param1!=''">
            and dept.tenant_id = #{param1}
        </if>
        <if test="param2!=null and param2!=''">
            and dept.parent_id = #{param2}
        </if>
    </select>
    <select id="lazyTrees" resultMap="treeNodeResultMap" >