TCL电子猫眼

This commit is contained in:
2026-02-27 15:53:42 +08:00
parent 6196311cb7
commit 10e3a135dd
12 changed files with 128 additions and 33 deletions

View File

@@ -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);