From ac93c4092a21dbf0fa9cf8b9b1302f2d5d183f61 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 09 六月 2025 20:48:20 +0800
Subject: [PATCH] 修改提示字段

---
 project/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/ParametersService.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/ParametersService.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/ParametersService.cs
index 8704a1d..4382f87 100644
--- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/ParametersService.cs
+++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/ParametersService.cs
@@ -91,7 +91,7 @@
                         {
                         if (devices.Value.left.Communicator.Read<float>("D80")>= liftPosition-5)//鍒拌揪鏈�澶т綅缃�)
                         {
-                            message += "宸LC宸插埌鏈�澶т綅缃紱";
+                            message += "宸︿几缂╂潌鍒拌揪鐩爣浣嶇疆锛�";
                         }
                         else
                         {
@@ -107,7 +107,7 @@
                         {
                         if (devices.Value.right.Communicator.Read<float>("D80") >= rigtpostition-5)
                         {
-                            message += "鍙砅LC宸插埌鏈�澶т綅缃紱";
+                            message += "鍙充几缂╂潌鍒拌揪鐩爣浣嶇疆锛�";
                         }
                         else
                         {
@@ -230,7 +230,7 @@
                 {
                     if (devices.Value.right.Communicator.Read<bool>("M117"))
                     {
-                        return new WebResponseContent { Status = false, Message = "鐜板湪姝e湪杩涜涓紝绛夊緟鎿嶄綔瀹屾垚" };
+                        return new WebResponseContent { Status = true, Message = "鐜板湪姝e湪杩涜涓紝绛夊緟鎿嶄綔瀹屾垚" };
                     }
 
                 }
@@ -260,7 +260,7 @@
                 {
                     if (devices.Value.left.Communicator.Read<bool>("M115"))//缂╁洖鐨勬椂鍊欏垽鏂�) 
                     {
-                        message += "宸LC宸插埌鍘熺偣锛�";
+                        message += "宸︿几缂╂潌宸插埌鍘熺偣锛�";
                     }
                     else
                     {

--
Gitblit v1.9.3