From 636833dfe5ce1d27b30cec1e73badff884cfa1b9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 07 十二月 2024 18:25:07 +0800
Subject: [PATCH] 新增白名单故障类型
---
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
index 59996de..4a0a076 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -207,7 +207,7 @@
</select>
<select id="dashboard" resultType="com.ycl.platform.domain.entity.CheckScore">
- select avg(s.score) as score,d.area as deptName from t_check_score s
+ select score,d.area as deptName,s.examine_category from t_check_score s
left join sys_dept d on s.dept_id = d.dept_id
<where>
s.create_time between #{startTime} and #{endTime}
@@ -221,7 +221,6 @@
AND s.examine_tag = 2
</if>
</where>
- GROUP BY s.dept_id
ORDER BY s.create_time DESC
</select>
--
Gitblit v1.8.0