cr 17 часов назад
Родитель
Сommit
448f902e35

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

@@ -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}