OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-28 b548d49284bc36f5016cba913bb6ac55d8a5e340
src/main/resources/mybatis/query-template/issue-template.xml
@@ -142,6 +142,10 @@
            AND issue_status.issue_status_type != 'CLOSE'
        </if>
        <if test="parentYN != null and parentYN == true">
            AND issue.parent_issue_id IS NULL
        </if>
        <choose>
            <when test="projectIds.size != 0">
                AND project.id IN