1
huanghongfeng
9 天以前 eaa07b80e3400da9be84e9a7a834e56d829a625b
代码管理/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)
            {