HuBingJie
10 天以前 21078521d79f0eb5535cc34be7917a3fd1123b8f
代码管理/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)
            {