陈勇
2026-03-20 c0d5e7c40f87c18fc7c53ffd810069d0b41cb849
ÏîÄ¿´úÂë/WCS/WCSServer/WIDESEAWCS_Tasks/ConveyorLineJobTZ/CommonConveyorLineTZJob.cs
@@ -233,7 +233,7 @@
                            }
                        }
                        if (station.stationType == 6) // ç©ºæ»‘橇入库
                        if (station.stationType == 9) // ç©ºæ»‘橇入库
                        {
                            var requestInbound = conveyorLine.GetValue<ConveyorLineDBName, bool>(ConveyorLineDBName.EntApply, station.stationChildCode);
                            if (requestInbound)
@@ -241,7 +241,7 @@
                                var palletcode = conveyorLine.GetValue<ConveyorLineDBName, Int16>(ConveyorLineDBName.SkidNo, station.stationChildCode);
                                //var pvi = conveyorLine.GetValue<ConveyorLineDBName, string>(ConveyorLineDBName.PVI, station.stationChildCode);
                                WebResponseContent response = _taskService.RequestTask(palletcode.ToString(), palletcode.ToString(), station).Result;
                                WebResponseContent response = _taskService.RequestRoadWayTask(palletcode.ToString(), palletcode.ToString(), station).Result;
                                if (!response.Status)
                                {
@@ -330,7 +330,6 @@
            }
            finally
            {
                WriteDebug("CommonConveyorLineTZJob", "test");
                //Console.Out.WriteLine(DateTime.Now);
            }
            return;