TCL电子猫眼
This commit is contained in:
@@ -356,6 +356,12 @@ namespace Service.Implement
|
||||
host.IsWelcomeDisableTime = entity.IsWelcomeDisableTime;
|
||||
host.DisableStartTime = entity.DisableStartTime;
|
||||
host.DisableEndTime = entity.DisableEndTime;
|
||||
host.EBell_RSTP = entity.EBell_RSTP;
|
||||
if (entity.EBell_TV_duration==0)
|
||||
{
|
||||
entity.EBell_TV_duration = 20000;
|
||||
}
|
||||
host.EBell_TV_duration = entity.EBell_TV_duration;
|
||||
|
||||
//string Key = CacheKey.HostInfo_Key_HostNumber + "_" + host.HostNumber;
|
||||
//object obj = MemoryCacheHelper.Get(Key);
|
||||
|
||||
Reference in New Issue
Block a user