修改 房间设备访问日志查询接口

This commit is contained in:
2025-12-30 14:14:53 +08:00
parent cbfa19f783
commit cc32a45833

View File

@@ -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<string, object>
{
{ "HotelID", HotelID }