From 9d59381b4d24d464d41264f142b34636c85002f1 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 25 三月 2026 15:13:22 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/ScheduledTaskJob.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/ScheduledTaskJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/ScheduledTaskJob.cs"
index 56833dd..fc71cf7 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/ScheduledTaskJob.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/ScheduledTaskJob.cs"
@@ -18,6 +18,7 @@
namespace WIDESEAWCS_Tasks
{
+ [DisallowConcurrentExecution]
public partial class ScheduledTaskJob : JobBase, IJob
{
private readonly ITaskService _taskService;
@@ -39,7 +40,7 @@
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);
@@ -119,7 +120,7 @@
#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);
--
Gitblit v1.9.3