智慧保安后台管理-外网项目备份
tangzy
2021-09-17 f5d28298d0072bcf1fa2a7bb53c0aeef4b87a031
src/main/java/org/springblade/modules/jurisdiction/mapper/JurisdictionMapper.xml
@@ -89,6 +89,9 @@
        <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" >