From 9bd144be7f96e418f82bffb6a119aaaebc8c3106 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 수, 22 12월 2021 14:27:21 +0900
Subject: [PATCH] 기본 프로젝트 삭제 가능(체크박스 defaultYN에 대한 조건 주석처리)

---
 src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java b/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java
index 46fdab8..3cf73ff 100644
--- a/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java
+++ b/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java
@@ -80,4 +80,30 @@
     List<Map<String, Object>> findSeverityIssues(WidgetCondition widgetCondition);
     //以묒슂�룄 �뱶濡��떎�슫 蹂� �빆紐� 媛��닔
     Long countSearchIssue(WidgetCondition widgetCondition);
+
+    Long countRemainIssueByDepartment(WidgetCondition widgetCondition);
+
+    Long countTodayDelayIssueByDepartment(WidgetCondition widgetCondition);
+
+    Long countNoAssigneeIssueByDepartment(WidgetCondition widgetCondition);
+
+    Long countTodayRegisterIssueByDepartment(WidgetCondition widgetCondition);
+
+    Long countAssigneeIssueByDepartment(WidgetCondition widgetCondition);
+
+    Long countCompleteIssueByDepartment(WidgetCondition widgetCondition);
+
+    List<Map<String, Object>> countSeverityIssueByDepartment(WidgetCondition widgetCondition);
+
+    List<Map<String, Object>> findSeverityIssuesByDepartment(WidgetCondition widgetCondition);
+
+    Long countSearchIssueByDepartment(WidgetCondition widgetCondition);
+
+    List<Map<String, Object>> findProjectMemberIssueByDepartment(WidgetCondition widgetCondition);
+
+    List<Map<String, Object>> findMyAssigneeIssueByDepartment(WidgetCondition makeWidgetCondition);
+
+    List<Map<String, Object>> findByStandIssueTypeOfDepartment(WidgetCondition widgetCondition);
+
+    List<Map<String, Object>> findByStandIssueStatusOfDepartment(WidgetCondition widgetCondition);
 }

--
Gitblit v1.8.0