OWL ITS + 탐지시스템(인터넷 진흥원)
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
@@ -242,7 +246,7 @@
        AND issue.reverse_index <![CDATA[ < ]]> 0
        AND workspace.id = #{workspaceId}
        GROUP BY issue.id
        ORDER BY issue.modify_date DESC
        ORDER BY issue.register_date DESC
        <if test="page != null and !page.equals('')">
            limit #{pageSize} offset #{page};
        </if>