wangxinhui
2 天以前 37051424de7c4a97132fbb06e45df594790aabf9
项目代码/WCSServices/WIDESEAWCS_Server/Controllers/WebAPIController.cs
@@ -15,6 +15,7 @@
using WIDESEAWCS_Core.LogHelper;
using WIDESEAWCS_DTO;
using WIDESEAWCS_DTO.Agv;
using WIDESEAWCS_DTO.TaskInfo;
using WIDESEAWCS_IBasicInfoRepository;
using WIDESEAWCS_ITaskInfoRepository;
using WIDESEAWCS_ITaskInfoService;
@@ -59,7 +60,12 @@
                {
                    return content.Error("浼犲叆涓嶈兘涓虹┖");
                }
                content.OK("鎺ユ敹鎴愬姛");
                List<TaskBackLight> taskBackLights = lightBackDTOs.Select(x => new TaskBackLight()
                {
                    TagNo="B2",
                    TagCode=x.LOCATION,
                }).ToList();
                content = _taskService.WMSLightBack(taskBackLights);
            }
            catch (Exception ex)
            {