From eb967d7573a8297e493d455dfce2c77319215990 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 13 九月 2023 08:31:25 +0800 Subject: [PATCH] 注册页面中英文替换 修改电气管理顶部导航栏布局 --- 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