dengjunjie
2026-03-10 a1795465c5b51eb53d83d9a874c7923c9f5bfa85
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskMethods.cs
@@ -124,11 +124,11 @@
                        }
                    }
                }
                return content.OK();
                content.OK();
            }
            catch (Exception ex)
            {
                return content.Error(ex.Message);
                 content.Error(ex.Message);
            }
            finally
            {
@@ -157,6 +157,7 @@
                    _trackloginfoService.AddTrackLog(logObject, content, $"涓嬪彂{deviceName}浠诲姟", "", "");
                }
            }
            return content;
        }
        #endregion