|
@@ -61,7 +61,7 @@ namespace TEAMModelBI.Controllers.BIBlob
|
|
|
|
|
|
await foreach (BlobItem blobItem in blobCilent.GetBlobsAsync(BlobTraits.None, BlobStates.None, $"visitCnt/{day}"))
|
|
|
{
|
|
|
- if (blobItem.Name.EndsWith(".json"))
|
|
|
+ if (blobItem.Name.EndsWith(".json") && !blobItem.Name.EndsWith("/days.json"))
|
|
|
{
|
|
|
BlobClient tempClient = blobCilent.GetBlobClient(blobItem.Name);
|
|
|
if (await tempClient.ExistsAsync())
|