From a6696ed066a68c07f8bd97449eec370dde1921b0 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 19 三月 2024 11:41:15 +0800
Subject: [PATCH] 考核结果新增发布状态

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

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckResultMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckResultMapper.xml
index 1d4ff80..11aedde 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckResultMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckResultMapper.xml
@@ -15,6 +15,7 @@
         <result column="check_time" property="checkTime" />
         <result column="frequency" property="frequency" />
         <result column="examine_range" property="examineRange" />
+        <result column="publish" property="publish" />
     </resultMap>
 
     <select id="page" resultMap="BaseResultMap">
@@ -27,7 +28,8 @@
                tcr.check_time,
                tcr.check_score,
                tcr.system_score,
-               tcr.manual_score
+               tcr.manual_score,
+               tcr.publish
         FROM
              t_check_result tcr
                  INNER JOIN t_check_publish tcp ON tcr.check_publish_id = tcp.id

--
Gitblit v1.8.0