From 7d1e2e5640def6b283f76555681b0a3e62b2a338 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期四, 13 六月 2024 08:56:24 +0800
Subject: [PATCH] 临时提交

---
 src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
index 61a4df1..f9e35ce 100644
--- a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
+++ b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
@@ -30,5 +30,9 @@
             order by  create_date desc
         </where>
     </select>
-
+<!--    TbBaseCheckScore getBaseCheckScoreByScoreId(String checkScoreId);-->
+    <select id="getBaseCheckScoreByScoreId" resultMap="BaseResultMap">
+        select * from tb_base_check_score
+        where id = #{checkScoreId}
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.2