From 1f8a9a6a0f6cac4be41dc8ebf0444e80dd289440 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 14 三月 2026 16:54:46 +0800
Subject: [PATCH] 优化前端,添加删除任务移入历史

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs"
index a5b1345..68b6ed4 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/TrackloginfoService.cs"
@@ -50,7 +50,7 @@
                     Creater = "system",
                     tracklog_type = content.Status ? "鎴愬姛" : "澶辫触",
                     tracklog_code = content.Status ? logCode : ("4" + logCode),
-                    tracklog_des = description,
+                    tracklog_des = JsonConvert.SerializeObject(content),
                     tracklog_message = content.Status ? "" : content.Message,
                     tracklog_operator = "system"/*UserContext.Current.UserName*/
                 };

--
Gitblit v1.9.3