From d58ab0a0ec28ef00669456233be0ebafaa3fa4c2 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 02 12월 2021 21:37:46 +0900
Subject: [PATCH] 이슈 타입에 따라 프로젝트 선택 변경 수정

---
 src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java b/src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java
index 010f1e8..815b458 100644
--- a/src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java
+++ b/src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java
@@ -15,6 +15,7 @@
     private String departmentName;
     private String departmentDescription;
     private Long departmentCount;
+    private Long projectId;
 
     private List<Long> excludeIds = Lists.newArrayList();
 
@@ -65,6 +66,14 @@
         this.departmentCount = departmentCount;
     }
 
+    public Long getProjectId() {
+        return projectId;
+    }
+
+    public void setProjectId(Long projectId) {
+        this.projectId = projectId;
+    }
+
     public Integer getPage() {
         return Page;
     }

--
Gitblit v1.8.0