|
@@ -40,9 +40,9 @@
|
|
|
<if test="notRoot != null and notRoot != ''">
|
|
|
and parent_id > 0
|
|
|
</if>
|
|
|
- <if test="tenantId != null and tenantId != ''">
|
|
|
- and tenant_id = #{tenantId}
|
|
|
- </if>
|
|
|
+<!-- <if test="tenantId != null and tenantId != ''">-->
|
|
|
+<!-- and tenant_id = #{tenantId}-->
|
|
|
+<!-- </if>-->
|
|
|
and is_sealed = 0 and is_deleted = 0
|
|
|
order by sort
|
|
|
</select>
|