From 4670355fa998e939cd4896c0f62d9fba9e275e67 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期三, 13 九月 2023 08:39:26 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java
index e05f235..ee35614 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plcaction.java
@@ -70,7 +70,7 @@
             // 灏嗘秷鎭�艰浆鎹负甯冨皵鍒楄〃
             List<Boolean> messageBooleans = new ArrayList<>();
             for (Integer value : messageValues) {
-              messageBooleans.add(value == 0 ? true : false);
+              messageBooleans.add(value == 1 ? true : false);
             }
 
             // 灏嗗竷灏斿垪琛ㄥ啓鍏� PLC

--
Gitblit v1.8.0