Excel模版格式优化, 专家通过数量修改

This commit is contained in:
路 范
2025-06-12 14:37:49 +08:00
parent c03e3773fe
commit d3d393305d
3 changed files with 1 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ namespace Vote.Services.Dto
{
get
{
return yes_count > 12;
return yes_count > 15;
// return (yes_count / (yes_count + no_count)) >= (2.0 / 3.0);
}
}