背景音乐和 故障上报 宝易系统
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user