| | |
| | | try |
| | | { |
| | | #region 涓夋ゼ鑷姩浠诲姟 |
| | | List<string> StationCodes = new() { "0348840CC0315655", "0349350CC0315655" }; |
| | | List<string> StationCodes = new() { "0348840CC0315690", "0349350CC0315686" }; |
| | | var stations = _StationInfoService.Repository.QueryData(x => StationCodes.Contains(x.StationCode)); |
| | | #region 鍏ユ彁鍗囨満浠诲姟 |
| | | var station = stations.FirstOrDefault(x => x.StationStatus == (int)LocationStatusEnum.InStock && x.IsOccupied == 0); |
| | |
| | | #endregion |
| | | |
| | | #region 4F |
| | | List<string> stationCodes = new() { "0319882DD0312730", "0319882DD0313240" }; |
| | | List<string> stationCodes = new() { "0319882DD0313240", "0319882DD0313750" }; |
| | | var Stations = _StationInfoService.Repository.QueryData(x => stationCodes.Contains(x.StationCode)); |
| | | #region 鍏ユ彁鍗囨満浠诲姟 |
| | | var Station = Stations.FirstOrDefault(x => x.StationStatus == (int)LocationStatusEnum.InStock && x.IsOccupied == 0); |