浏览代码

修复http编辑设备

yf_zn 1 年之前
父节点
当前提交
9648562dd2
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/main/java/com/yunfeiyun/agmp/iots/core/manager/ConnectionManager.java

+ 0 - 5
src/main/java/com/yunfeiyun/agmp/iots/core/manager/ConnectionManager.java

@@ -252,7 +252,6 @@ public class ConnectionManager {
                         break;
                     }
                     case "http": {
-                        httpDeleteDeviceHandle(iotDevice);
                         break;
                     }
                     default: {
@@ -406,10 +405,6 @@ public class ConnectionManager {
         mqttManager.topicBatchUnSubscribeDevices(connId, serviceName, mqttTopicValues);
     }
 
-    private void httpDeleteDeviceHandle(IotDevice iotDevice) {
-        httpManager.deleteHttpConnection(iotDevice.getDevconnBid());
-    }
-
     public void updateCommonManager(TosDevicetype tosDevicetype) {
         List<IotDeviceconnResVo> iotDeviceconnResVos = businessCoreService.selectDevConnResVoListByDevTypeBid(tosDevicetype.getDevtypeBid());
         // 中断设备连接