From e03ae86af673ea9b39910ff956f04ff411ea2832 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 27 1월 2022 18:02:02 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.28:9001/r/owl-kisa --- src/main/resources/mybatis/query-template/issue-template.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mybatis/query-template/issue-template.xml b/src/main/resources/mybatis/query-template/issue-template.xml index cf64f38..d220849 100644 --- a/src/main/resources/mybatis/query-template/issue-template.xml +++ b/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 -- Gitblit v1.8.0