升级 ,以及修复一些BUG
This commit is contained in:
@@ -60,6 +60,10 @@ namespace RCUHost.Implement
|
||||
{
|
||||
try
|
||||
{
|
||||
if (string.IsNullOrEmpty(bbb.Upgrade_status))
|
||||
{
|
||||
return;
|
||||
}
|
||||
string id = host.ID.ToString();
|
||||
string Key = CacheKey.UPGradeProgressBar + "_" + id;
|
||||
var DDD = CSRedisCacheHelper.Get<BarData>(Key);
|
||||
|
||||
Reference in New Issue
Block a user