修改多线程成单线程

This commit is contained in:
2026-03-12 18:57:14 +08:00
parent 0f5621a418
commit d1a2319105
4 changed files with 10 additions and 7 deletions

View File

@@ -6465,6 +6465,8 @@ namespace WebSite.Controllers
List<Host> hosts = HostManager.LoadAll().Where(t => t.RoomType.ID == roomTypeModal.RoomType.ID).ToList();
foreach (Host host in hosts)//该房型下所有主机关联回路
{
//删除掉上报的
CSRedisCacheHelper.Del_Partition(CacheKey.DingShiReportData + "_" + host.ID, 3);
var hostModal = HostModalManager.GetByModalAddress(host.ID, roomTypeModal.ModalAddress);
if (null == hostModal)
{