From 33ecbd69aca2ccc58d47f467f3f7266b37fa9dfc Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期五, 27 五月 2022 18:44:38 +0800
Subject: [PATCH] fix
---
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