1
z8018
2025-05-05 b6837f097e9cdb2645368aed4ddb03f580c331e4
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -106,7 +106,7 @@
                                otherDevice.Communicator.Write("DB15.6", toplc);   //写入去向
                                otherDevice.Communicator.Write("DB15.0", true);
                                var datast = _OrderDetailsService.ToMesBarc(int.Parse(barcode));
                                //var datast = _OrderDetailsService.ToMesBarc(int.Parse(barcode));
                            }
                            else if (toplc == -1)//板材无条码
                            {
@@ -120,7 +120,7 @@
                    }
                    else
                    {
                        if (wcsResponse)
                        if (wcsResponse && !request)
                            otherDevice.Communicator.Write("DB15.0", false);  //清除响应
                    }
                }
@@ -137,7 +137,7 @@
            List<int> result = new List<int>();
            for (int i = 0; i < values.Length; i++)
            {
                if (value.Equals(values[i]))
                if (value?.Equals(values[i]) ?? false)
                {
                    result.Add(i);
                }