修改:Redis方法修改。

This commit is contained in:
2025-12-22 17:47:19 +08:00
parent 67f9192182
commit aa0d7043bf
11 changed files with 237 additions and 85 deletions

View File

@@ -1,5 +1,4 @@
using Common;
using Models;
using Models;
using Models.ModelItems;
using Models.View;
using Newtonsoft.Json;
@@ -1590,17 +1589,6 @@ namespace UI.Controllers
return ri;
}
public void A()
{
string code = "";
string roonumber = "";
string a = $"WXFault_{code}_{roonumber}";
CSRedisCacheHelper.HMGetAll("'");
}
}