From 2962d31568a2b1c0edcd7660fa07a6d217994a03 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 18 三月 2025 09:11:12 +0800
Subject: [PATCH] 串口

---
 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_SystemServices/Sys_UserService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_SystemServices/Sys_UserService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_SystemServices/Sys_UserService.cs"
index 7c4034d..e82f73f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_SystemServices/Sys_UserService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_SystemServices/Sys_UserService.cs"
@@ -203,8 +203,8 @@
                     nameof(Sys_User.LastModifyPwdDate),
                     nameof(Sys_User.UserPwd)
                 });
-                content = WebResponseContent.Instance.OK("瀵嗙爜淇敼鎴愬姛");
-                //content = WebResponseContent.Instance.OK("瀵嗙爜淇敼鎴愬姛",userId);
+                //content = WebResponseContent.Instance.OK("瀵嗙爜淇敼鎴愬姛");
+                content = WebResponseContent.Instance.OK("瀵嗙爜淇敼鎴愬姛",userId);
             }
             catch (Exception ex)
             {

--
Gitblit v1.9.3