From f919af96e5e083ad462a5e71c00ff148ebdb91c6 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 20 1월 2022 15:23:28 +0900
Subject: [PATCH] - 오토 컴플릿 항목 선택하면 목록 사라지게 수정 - 업체 메일 발송 시 템플릿 선택 문구 변경 - 연락처 입력 폼 정규식 제거하고 숫자만 입력 가능하게 수정 - 모든 사용자 필드(날짜) 24시간 타입으로 변경

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

diff --git a/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java b/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java
index 86575ca..3cf73ff 100644
--- a/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java
+++ b/src/main/java/kr/wisestone/owl/mapper/WidgetMapper.java
@@ -61,7 +61,8 @@
 
     //  �쐞�뿕 愿�由�
     List<Map<String, Object>> findRiskIssue(WidgetCondition widgetCondition);
-    Map<String, Object> countChangeStatusAndAssigneeIssue(WidgetCondition widgetCondition);
+    //Map<String, Object> countChangeStatusAndAssigneeIssue(WidgetCondition widgetCondition);
+    Map<String, Object> countChangeStatusAndDepartmentIssue(WidgetCondition widgetCondition);
     Long countRiskIssue(WidgetCondition widgetCondition);
 
     //  �쟾泥� �씠�뒋 泥섎━ �쁽�솴
@@ -79,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