修改通过规则

This commit is contained in:
范露尧
2022-10-21 14:17:58 +08:00
parent cbb21b3d00
commit ac3999951d

View File

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