From 727a69f859060093e685582fa10e5de82dcc138a Mon Sep 17 00:00:00 2001
From: Van333 <van666666@foxmail.com>
Date: 星期四, 29 十二月 2022 15:37:49 +0800
Subject: [PATCH] 放假备份。完成集中控制器对接。

---
 dao/src/main/java/com/sandu/ximon/dao/mapper/LedPlayerEntityMapper.java |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/dao/src/main/java/com/sandu/ximon/dao/mapper/LedPlayerEntityMapper.java b/dao/src/main/java/com/sandu/ximon/dao/mapper/LedPlayerEntityMapper.java
index 185fd36..988987a 100644
--- a/dao/src/main/java/com/sandu/ximon/dao/mapper/LedPlayerEntityMapper.java
+++ b/dao/src/main/java/com/sandu/ximon/dao/mapper/LedPlayerEntityMapper.java
@@ -1,5 +1,6 @@
 package com.sandu.ximon.dao.mapper;
 
+import com.sandu.ximon.dao.bo.LEDNovaGroupListBo;
 import com.sandu.ximon.dao.domain.LedPlayerEntity;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import org.apache.ibatis.annotations.Mapper;
@@ -14,7 +15,26 @@
 
     boolean saveLed(LedPlayerEntity ledPlayerEntity);
 
-    List<LedPlayerEntity> ledPlayerEntityList(String keyword, Long userid);
+    /**
+     * 鐢ㄤ簬闄ゅ垪琛ㄥ睍绀轰互澶栫殑(鏂板浜嗗垎缁勬搷浣�  涓轰笉褰卞搷鍏朵粬  鏂板ledListByGroupId)
+     * @param keyword
+     * @param userId
+     * @return
+     */
+    List<LedPlayerEntity> ledPlayerEntityList(String keyword, Long userId);
+
+    /**
+     * 鐢ㄤ簬鍒楄〃灞曠ず
+     * @param keyword
+     * @param userId
+     * @param groupId
+     * @return
+     */
+    List<LedPlayerEntity> ledListByGroupId(String keyword, Long userId,Long groupId);
+
+    List<LedPlayerEntity> ledPlayerEntityListOnBinding(String keyword, Long userid);
+
+    List<LEDNovaGroupListBo> getListByGroupId(Long groupId,Long clientId);
 }
 
 

--
Gitblit v1.9.3