添加 ETV语音电视的支持。另外修改一些BUG
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user