diff --git a/business/src/main/java/com/fizz/business/comm/OPC/MessageSubscriptionRunner.java b/business/src/main/java/com/fizz/business/comm/OPC/MessageSubscriptionRunner.java index 77103b3..d50c442 100644 --- a/business/src/main/java/com/fizz/business/comm/OPC/MessageSubscriptionRunner.java +++ b/business/src/main/java/com/fizz/business/comm/OPC/MessageSubscriptionRunner.java @@ -96,7 +96,7 @@ public class MessageSubscriptionRunner implements ApplicationRunner { { try { ExitCutMessage msg = new ExitCutMessage(); - writeMessage( msg,exitCutIds); + writeMessage(msg,exitCutIds); log.info("接收到出口剪切信号:剪切类型 {},剪切长度{} ", msg.getCutType().toString(), msg.getCutLength()); logDataService.logInfo("TRACK","Received exit cut signal: cut type {}, cut length {}", msg.getCutType().toString(), msg.getCutLength()); opcReceiverHandler.onMessageReceived(OpcMessageType.EXIT_CUT,msg);