lxp
2025-03-15 52d79c7e5a1fb4316f34886ec336f69f56d5edb2
basic-server/src/main/resources/mapper/StandardTemplateMapper.xml
@@ -29,12 +29,6 @@
    <select id="getStandTempIdByName" resultType="com.ruoyi.basic.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>