CrazyIter_Bin hace 2 años
padre
commit
704c78c9dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      TEAMModelOS.FunctionV4/HttpTrigger/IESHttpTrigger.cs

+ 1 - 1
TEAMModelOS.FunctionV4/HttpTrigger/IESHttpTrigger.cs

@@ -199,7 +199,7 @@ namespace TEAMModelOS.FunctionV4
                                     $"{Environment.GetEnvironmentVariable("Option:Location")}", _configuration, _dingDing, "");
                             }
                             blobSpaceNotify = new BlobSpaceNotify { id = idnamecode.id, tag = tag, containerName = name, scope = scope, notifyIndex = Guid.NewGuid().ToString() };
-                            await _azureRedis.GetRedisClient(8).HashSetAsync(key, name, blobSpaceNotify.ToJsonString());
+                            await _azureRedis.GetRedisClient(8).HashSetAsync(key, filed, blobSpaceNotify.ToJsonString());
                             await _azureRedis.GetRedisClient(8).KeyExpireAsync(key, new TimeSpan(hours:7*24,minutes:0,seconds:0));
                         }
                         else {