1
huanghongfeng
10 天以前 0b4792ff8245f9eac16e6d02452eb9a091f6f72b
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskExecuteDetailService.cs
@@ -205,7 +205,8 @@
                }
                string curradd = task.CurrentAddress;
                string nextadd = task.NextAddress;
                content = WebResponseContent.Instance.OK(data: new { active, list,curradd, nextadd });
                string rgvtasktype = task.RGVTaskType.ToString();
                content = WebResponseContent.Instance.OK(data: new { active, list,curradd, nextadd, rgvtasktype });
            }
            catch (Exception ex)
            {