Browse Source

隐藏的节点在划分时不加载

cr 1 week ago
parent
commit
2f51feec4b

+ 1 - 1
blade-service/blade-manager/src/main/java/org/springblade/manager/mapper/WbsTreePrivateMapper.xml

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