chenrui
2025-02-27 894e2c6d4d9a6a1d5b8906e83d82c6e190d28f3a
basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java
@@ -17,14 +17,14 @@
    IPage<StandardTemplate> selectStandardTemplatePageList(Page page, @Param("ew") QueryWrapper<StandardTemplate> ew);
    StandardTemplate getStandTempIdByName(String name);
    StandardTemplate getStandTempIdByName(@Param("name") String name);
    /**
     * 查询压缩后的数据
     * @param templateId
     * @return
     */
    String selectCompressThing(Integer templateId);
    String selectCompressThing(@Param("templateId") Integer templateId);
}