From 3d34f39838f12fa69f088b229e91dfe3febe4185 Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期一, 10 十月 2022 11:27:29 +0800
Subject: [PATCH] changes
---
dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java b/dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java
index 4df9286..27ceeb4 100644
--- a/dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java
+++ b/dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java
@@ -15,9 +15,11 @@
public interface PoleLightemitEntityMapper extends BaseMapper<PoleLightemitEntity> {
- void updateRequestBody(@Param("ledCode")String ledCode, @Param("postBody")String postBody);
+ void updateRequestBody(@Param("ledCode") String ledCode, @Param("postBody") String postBody);
- List<PoleLightemitEntity> listLed(String keyword, Long userid);
+ List<PoleLightemitEntity> listLed(String keyword, Long userid, String orderBy);
+
+ List<PoleLightemitEntity> listLedOnBinding(String keyword, Long userid);
Pole getpole(String lightemitControlCode);
}
--
Gitblit v1.9.3