From f682213b9ff8a7d41ea16edfb1b68d996c46e080 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期六, 29 三月 2025 14:03:36 +0800 Subject: [PATCH] 1.清除无用方法 2.检测项目预警修改 3.数采绑定调整 --- basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java b/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java index feb76f2..5c2bd2b 100644 --- a/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java +++ b/basic-server/src/main/java/com/ruoyi/basic/mapper/StandardTemplateMapper.java @@ -17,14 +17,22 @@ 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); + + /** + * 缁戝畾璇ユā鏉挎楠岄」鍙傛暟缁熻 + * + * @param templateId + * @return + */ + int countBindTemplateItemParameter(@Param("templateId") Integer templateId); } -- Gitblit v1.9.3