2024年度改动

This commit is contained in:
路 范
2024-11-13 18:44:55 +08:00
parent dd63efcfb7
commit 0676cf65ef
11 changed files with 59 additions and 53 deletions

View File

@@ -93,8 +93,8 @@ namespace Vote.Services.Dto
{
get
{
return yes_count >= 11;
//return (yes_count / (yes_count + no_count)) >= (2.0 / 3.0);
return yes_count > 12;
// return (yes_count / (yes_count + no_count)) >= (2.0 / 3.0);
}
}
/// <summary>