修改一些BUG

This commit is contained in:
tianshuanbao
2025-12-17 10:51:23 +08:00
parent e3de06b190
commit fe9a71d896
47 changed files with 28468 additions and 16580 deletions

View File

@@ -168,7 +168,7 @@ namespace WebSite.Controllers
var hostModal = CSRedisCacheHelper.Get_Partition<HostModal_Cache>(KKey);
if (hostModal != null)
{
HostModal_Cache hhh = hostModal = hostModal as HostModal_Cache;
HostModal_Cache hhh = hostModal as HostModal_Cache;
item.Time = hhh.UpdateTime;
}
}