背景音乐和 故障上报 宝易系统

This commit is contained in:
2025-12-23 10:08:11 +08:00
parent 322685fbb8
commit 82ecc76d00
19 changed files with 200 additions and 50 deletions

View File

@@ -374,7 +374,7 @@ namespace WebSite.Controllers
{
string DKey = string.Format("DKey_{0}_{1}_{2}_{3}", CurrentHotelID, roomnum, "054000001", "054000100");
var ddd = HttpContext.Cache.Get(DKey);
List<SomeDeviceExistsData> takeOutdata = null;
List<SomeDeviceExistsData> takeOutdata = new List<SomeDeviceExistsData>();
if (ddd != null)
{
takeOutdata = ddd as List<SomeDeviceExistsData>;