From 9bd588957a08ae3fa574fddacc2eebc5ba79553b Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期三, 28 六月 2023 20:27:25 +0800
Subject: [PATCH] 修复获取pushKey

---
 src/main/java/com/genersoft/iot/vmp/storager/dao/DeviceChannelMapper.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/storager/dao/DeviceChannelMapper.java b/src/main/java/com/genersoft/iot/vmp/storager/dao/DeviceChannelMapper.java
index 333a3af..421cdad 100644
--- a/src/main/java/com/genersoft/iot/vmp/storager/dao/DeviceChannelMapper.java
+++ b/src/main/java/com/genersoft/iot/vmp/storager/dao/DeviceChannelMapper.java
@@ -457,7 +457,7 @@
     // 璁惧涓诲瓙鐮佹祦閫昏緫END
     @Select(value = {" <script>" +
             "select * " +
-            "from device_channel " +
+            "from wvp_device_channel " +
             "where device_id=#{deviceId}" +
             " <if test='parentId != null '> and parent_id = #{parentId} </if>" +
             " <if test='parentId == null '> and parent_id is null </if>" +

--
Gitblit v1.8.0