修改 房间设备访问日志查询接口
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user