| | |
| | | |
| | | namespace WIDESEA_WCS |
| | | { |
| | | public class Gantry |
| | | public class Gantry : Gantry2 |
| | | { |
| | | #region æ¥è¯¢è½¦è½®æ°æ® |
| | | /// <summary> |
| | |
| | | if (!Stations.Where(x => x.enable && x.stationCode != NGStation && x.location_state != LocationStateEnum.Stroge.ToString()).Any()) |
| | | { |
| | | var station = Stations.Where(x => x.enable && x.stationCode != NGStation && x.location_state == LocationStateEnum.Stroge.ToString()).OrderBy(x => x.lastUpdateTime).FirstOrDefault(); |
| | | agvtask(stationinfoRepository, station, Work, name == "3åå
䏿åº" ? "TaskType_OutsourceInbound" : "TaskType_Inbound"); |
| | | if (station != null) |
| | | agvtask(stationinfoRepository, station, Work, name == "3åå
䏿åº" ? "TaskType_OutsourceInbound" : "TaskType_Inbound"); |
| | | } |
| | | #endregion |
| | | } |