Administrator
2021-09-09 6810a3f59a8a930f67e4dfba9ebad1d147df7196
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" >