From 87e67f2adfc1ed40bffd0bc101a857982875a273 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期五, 24 九月 2021 18:03:19 +0800 Subject: [PATCH] Merge branch 'four_member' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into four_member --- springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/netty/NettyServerHandler.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/netty/NettyServerHandler.java b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/netty/NettyServerHandler.java index 219a666..bdf9219 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/netty/NettyServerHandler.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/netty/NettyServerHandler.java @@ -65,11 +65,6 @@ if (msg.toString().startsWith("4A1803")) { String serial = msg.toString().substring(14, 24); myTools.writeToClient("404A03" + msg.toString().substring(msg.toString().length() - 2) + "23", ctx, "事件包"); -// ComPropertyAlarm comPropertyAlarm=new ComPropertyAlarm(); -// comPropertyAlarm.setCreateTime(DateUtil.date()); -// comPropertyAlarm.setSerialNo(serial); -// comPropertyAlarm.setType(ComPropertyAlarm.type.one); -// nettyServerHandler.comPropertyAlarmDao.insert(comPropertyAlarm); if (msg.toString().startsWith("4A18031")) { //正式处理 delayAlarm(serial); -- Gitblit v1.7.1