添加 ETV语音电视的支持。另外修改一些BUG

This commit is contained in:
2026-01-08 08:38:29 +08:00
parent 599251d91b
commit 69baadd312
14 changed files with 497 additions and 13 deletions

View File

@@ -162,5 +162,11 @@ namespace Service.Implement
{
return ((ISysHotelRepository)(this.CurrentRepository)).LoadAll().Where(A=>!A.IsDeleted&&A.FCSPushEnable).ToList();
}
public SysHotel GetByETV_HotelId(string hotelid)
{
return ((ISysHotelRepository)(this.CurrentRepository)).GetByETV_HotelId(hotelid);
}
}
}