diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票1 免于现场评估项目汇总表投票表格.xlsx b/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票1 免于现场评估项目汇总表投票表格.xlsx index e36454c..9dfee07 100644 Binary files a/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票1 免于现场评估项目汇总表投票表格.xlsx and b/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票1 免于现场评估项目汇总表投票表格.xlsx differ diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票2 现场评估项目(含)现场投票表格.xlsx b/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票2 现场评估项目(含)现场投票表格.xlsx index f247096..e788ee5 100644 Binary files a/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票2 现场评估项目(含)现场投票表格.xlsx and b/20220330_Vote/Ewide.Web.Entry/wwwroot/ExcelTemplate/票2 现场评估项目(含)现场投票表格.xlsx differ diff --git a/20220330_Vote/Vote.Services/Dto/ProjectsInput.cs b/20220330_Vote/Vote.Services/Dto/ProjectsInput.cs index 5448ac1..a0a0869 100644 --- a/20220330_Vote/Vote.Services/Dto/ProjectsInput.cs +++ b/20220330_Vote/Vote.Services/Dto/ProjectsInput.cs @@ -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); } }