1
chenyong
2026-01-16 4f288baecfa30feb385ab39b63553de943ba965e
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob_CW/CommonConveyorLine_CWJob.cs
@@ -118,7 +118,10 @@
                    #region 路由方式
                    List<string> childDeviceCodes = _routerService.QueryAllPositions(conveyorLine.DeviceCode);
                    if (conveyorLine.DeviceCode == "1024")
                    {
                    childDeviceCodes.Add("4000");
                    }
                    
                    foreach (string childDeviceCode in childDeviceCodes)
                    {