From 045023133d111be97ad52f097b4b99a2cf5a8311 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 06 九月 2024 00:22:47 +0800
Subject: [PATCH] 考核结果导出优化2

---
 ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
index b06801c..201063c 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -161,7 +161,7 @@
             <if test="params.publish != null  and params.publish != ''">and publish = #{params.publish}</if>
             ${params.dataScope}
         </where>
-        -- GROUP BY tcs.dept_id, tcs.examine_category, tcs.examine_tag
+        GROUP BY tcs.dept_id, tcs.examine_category, tcs.examine_tag
     </select>
 
     <select id="getLast" resultType="com.ycl.platform.domain.entity.CheckScore">

--
Gitblit v1.8.0