From b6d477ad41e2a8ff9393de2beba2e735c78cf781 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 22 七月 2024 18:06:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java b/ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java
index 5180abe..38c8cf1 100644
--- a/ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java
+++ b/ycl-server/src/main/java/com/ycl/platform/mapper/YwThresholdMapper.java
@@ -9,16 +9,17 @@
  * 杩愮淮闃堝�糓apper鎺ュ彛
  *
  * @author gonghl
- * @date 2024-03-25
+ * @date 2024-07-19
  */
-public interface YwThresholdMapper extends BaseMapper<YwThreshold> {
+public interface YwThresholdMapper extends BaseMapper<YwThreshold>
+{
     /**
      * 鏌ヨ杩愮淮闃堝��
      *
      * @param id 杩愮淮闃堝�间富閿�
      * @return 杩愮淮闃堝��
      */
-    public YwThreshold selectYwThresholdById(Integer id);
+    public YwThreshold selectYwThresholdById(Long id);
 
     /**
      * 鏌ヨ杩愮淮闃堝�煎垪琛�
@@ -50,7 +51,7 @@
      * @param id 杩愮淮闃堝�间富閿�
      * @return 缁撴灉
      */
-    public int deleteYwThresholdById(Integer id);
+    public int deleteYwThresholdById(Long id);
 
     /**
      * 鎵归噺鍒犻櫎杩愮淮闃堝��
@@ -58,5 +59,10 @@
      * @param ids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎
      * @return 缁撴灉
      */
-    public int deleteYwThresholdByIds(Integer[] ids);
+    public int deleteYwThresholdByIds(Long[] ids);
+
+    /**
+     * 鏍规嵁璁惧绫诲瀷鑾峰彇杩愮淮闃堝��
+     */
+    public List<YwThreshold> selectByType(String type);
 }

--
Gitblit v1.8.0