|
@@ -81,8 +81,8 @@ public class BootNettyChannelInboundHandlerAdapter extends ChannelInboundHandler
|
81
|
81
|
// if (message.contains(Constant.MINUTE_STR) || message.contains(Constant.HOUR_STR)) {
|
82
|
82
|
log.info("=============" + (new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(new Date()) + "=============");
|
83
|
83
|
log.info("收到数据:" + message);
|
84
|
|
- String reply = HJ212MsgUtils.reply(message);
|
85
|
|
- ctx.writeAndFlush(reply);
|
|
84
|
+// String reply = HJ212MsgUtils.reply(message);
|
|
85
|
+// ctx.writeAndFlush(reply);
|
86
|
86
|
// }
|
87
|
87
|
if (message.contains("&&")) {
|
88
|
88
|
String[] split = message.split("&&");
|