Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -769,10 +769,11 @@ } var wmsIpAddress = wmsBase + requestTrayOutTask; List<string> strings = platform.Roadway.Split(',').ToList(); List<Dt_DeviceInfo> device; if (strings.Count > 0) if (platform.Roadway != null) { List<string> strings = platform.Roadway.Split(',').ToList(); device = _deviceInfoRepository.QueryData(x => x.DeviceStatus == "1" && strings.Contains(x.DeviceCode)); } else