From deeff20d7196f97613fe6cc0388376b6d94c9a33 Mon Sep 17 00:00:00 2001
From: denglihong2007 <2639367181@qq.com>
Date: Wed, 2 Apr 2025 23:37:41 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=A8=E6=97=A5=E5=8F=91=E8=BD=A6?=
=?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CRSim/CRSim.csproj | 1 +
.../Pages/DataManagement/StationManagementPageViewModel.cs | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/CRSim/CRSim.csproj b/CRSim/CRSim.csproj
index d2600a8..6a83987 100644
--- a/CRSim/CRSim.csproj
+++ b/CRSim/CRSim.csproj
@@ -10,6 +10,7 @@
CRSim.App
Assets\CRSimIcon.ico
2.0.1.0
+ https://github.com/denhlihong2007/CRSim
diff --git a/CRSim/ViewModels/Pages/DataManagement/StationManagementPageViewModel.cs b/CRSim/ViewModels/Pages/DataManagement/StationManagementPageViewModel.cs
index be69029..bd24f8e 100644
--- a/CRSim/ViewModels/Pages/DataManagement/StationManagementPageViewModel.cs
+++ b/CRSim/ViewModels/Pages/DataManagement/StationManagementPageViewModel.cs
@@ -248,10 +248,6 @@ public partial class StationManagementPageViewModel : ObservableObject
message += $"\n车次 {s.Number} 所分配的检票口 {t} 不存在;";
}
}
- if (s.DepartureTime!=null && s.ArrivalTime!=null && s.DepartureTime < s.ArrivalTime)
- {
- message += $"\n车次 {s.Number} 出发时间早于到达时间;";
- }
if (s.DepartureTime == null && s.ArrivalTime == null)
{
message += $"\n车次 {s.Number} 未配置到发时间;";