g30前端以及生产状态变更问题已经解决

This commit is contained in:
2026-01-11 17:22:56 +08:00
parent c179c22f25
commit 62036f85be

View File

@@ -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);