From cc32a45833b9517f2df2931ea9be7673ebfd13fa Mon Sep 17 00:00:00 2001 From: chenzhihao <1798906853@qq.com> Date: Tue, 30 Dec 2025 14:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=88=BF=E9=97=B4?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/Controllers/UpgradeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Controllers/UpgradeController.cs b/UI/Controllers/UpgradeController.cs index e0847c9..aabe1c1 100644 --- a/UI/Controllers/UpgradeController.cs +++ b/UI/Controllers/UpgradeController.cs @@ -657,7 +657,7 @@ namespace UI.Controllers } // 构建查询条件 - string whereClause = "WHERE HotelID = @HotelID AND EquipmentStatus = '故障'"; + string whereClause = "WHERE HotelID = @HotelID AND EquipmentStatusType = '2'"; var parameters = new Dictionary { { "HotelID", HotelID }