Excel模版格式优化, 专家通过数量修改
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -95,7 +95,7 @@ namespace Vote.Services.Dto
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return yes_count > 12;
|
return yes_count > 15;
|
||||||
// return (yes_count / (yes_count + no_count)) >= (2.0 / 3.0);
|
// return (yes_count / (yes_count + no_count)) >= (2.0 / 3.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user