OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2022-02-07 6c05919c8fdaeca34a81bf0a84e5ae12dc99d1e0
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