|
@@ -40,9 +40,7 @@ namespace TEAMModelFunction
|
|
|
adcode = $"Activity-{tdata.creatorId}";
|
|
|
blobcntr = tdata.creatorId;
|
|
|
}
|
|
|
-#if DEBUG
|
|
|
await _dingDing.SendBotMsg($"投票活动【{tdata.name}-{tdata.id}-ttl={tdata.ttl}】正在操作", GroupNames.成都开发測試群組);
|
|
|
-#endif
|
|
|
Vote vote = await client.GetContainer("TEAMModelOS", "Common").ReadItemAsync<Vote>(input.Id, new Azure.Cosmos.PartitionKey($"{tdata.code}"));
|
|
|
List<ChangeRecord> voteRecords = await _azureStorage.FindListByDict<ChangeRecord>(new Dictionary<string, object>() { { "RowKey", input.Id }, { "PartitionKey", vote.progress } });
|
|
|
if (vote != null) {
|