From fcfbeef01d35c8da1b24a3dd3895d336bb42bf75 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 31 七月 2024 16:21:35 +0800
Subject: [PATCH] 优云对接接口
---
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml | 5 +++--
1 files changed, 3 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 12fb02b..0efeca1 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -119,9 +119,10 @@
SELECT
tcs.dept_id,
examine_category,
- AVG(score) AS score,
+ ROUND(AVG(score), 2) AS score,
#{startDate} AS startDate,
- #{endDate} AS endDate
+ #{endDate} AS endDate,
+ ANY_VALUE(tcs.create_time) AS createTime
FROM
t_check_score tcs
LEFT JOIN sys_dept d ON tcs.dept_id = d.dept_id
--
Gitblit v1.8.0