@@ -164,9 +164,8 @@
WHERE o.deleted = 0
and o.is_lock = 0
and o.path like concat(#{orgPath}, '%')
--- AND (o.type = 4
--- OR o.type = 5)
- and o.type = 4
+ AND (o.type = 4 OR o.type = 5)
+<!-- and o.type = 4-->
</select>
<select id="selectSyntheticResumption" resultType="com.xunmei.core.board.dto.app.AppSyntheticTaskCategoryDto">
SELECT p.plan_type,