智慧保安后台管理-外网-验收版本
Administrator
2021-09-13 0d99d26f39e055ee17fdbf2c5cbd1daf695c4310
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" >