From 021468486e1179c00670caa13349a844cc0abc0e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 04 三月 2025 17:25:15 +0800
Subject: [PATCH] 修改包路径

---
 basic-server/src/main/resources/mapper/StandardTemplateMapper.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/basic-server/src/main/resources/mapper/StandardTemplateMapper.xml b/basic-server/src/main/resources/mapper/StandardTemplateMapper.xml
index d3f5591..e4ccb07 100644
--- a/basic-server/src/main/resources/mapper/StandardTemplateMapper.xml
+++ b/basic-server/src/main/resources/mapper/StandardTemplateMapper.xml
@@ -29,12 +29,6 @@
     <select id="getStandTempIdByName" resultType="com.ruoyi.inspect.pojo.StandardTemplate">
         select id from standard_template where name=#{name}
     </select>
-    <!-- 鏌ヨ鍘嬬缉鍚庣殑鏁版嵁 -->
-    <select id="selectCompressThing" resultType="java.lang.String">
-        SELECT COMPRESS(thing)
-        from standard_template b
-        WHERE id = #{templateId}
-    </select>
 
 
 </mapper>

--
Gitblit v1.9.3