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" >