@@ -387,7 +387,7 @@
m_wbs_tree_private d
WHERE
d.is_deleted = 0
- <if test="type != null and wbsType != '' and type =1">
+ <if test="type =1">
AND (d.is_add_conceal != 1 OR d.is_add_conceal IS NULL)
</if>
AND d.parent_id = #{parentId}