修改通过规则
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user