| | |
| | | |
| | | namespace WIDESEAWCS_Tasks |
| | | { |
| | | [DisallowConcurrentExecution] |
| | | public partial class ScheduledTaskJob : JobBase, IJob |
| | | { |
| | | private readonly ITaskService _taskService; |
| | |
| | | #endregion |
| | | |
| | | #region 4F |
| | | List<string> stationCodes = new() { "0319882DD0313240", "0319882DD0313750" }; |
| | | 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); |