From 85844989fa5fae9c0024aa3095a637b6cbf722b9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 06 九月 2024 00:34:00 +0800
Subject: [PATCH] 考核积分改为post

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

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
index bede2bc..201063c 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -137,9 +137,9 @@
     </select>
 
     <insert id="saveBatch">
-        insert into t_check_score (score,dept_id,template_id,examine_tag,examine_category,create_time) values
+        insert into t_check_score (score,dept_id,template_id,index_id,examine_tag,examine_category,create_time) values
         <foreach collection="scoreList" separator="," item="score">
-            (#{score.score},#{score.deptId},#{score.templateId},#{score.examineTag},#{score.examineCategory},#{score.createTime})
+            (#{score.score},#{score.deptId},#{score.templateId},#{score.indexId},#{score.examineTag},#{score.examineCategory},#{score.createTime})
         </foreach>
     </insert>
 
@@ -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