From ac02c65034da89adcedadff7244182bf00913436 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Mon, 4 Aug 2025 10:14:51 +0800 Subject: [PATCH] 1 --- .../Information/MillionsMonthlyReportSave.aspx.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SGGL/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSave.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSave.aspx.cs index 94e78862..92694013 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSave.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSave.aspx.cs @@ -448,12 +448,12 @@ namespace FineUIPro.Web.ZHGL.Information { a += item.TotalWorkNum ?? 0; } - } - decimal b = a / list.Count(); - if (d > b * 5) - { - err = name + "的总工时数超过前三个月平均值5倍,请核对后重新录入!"; - break; + decimal b = a / list.Count(); + if (d > b * 5) + { + err = name + "的总工时数超过前三个月平均值5倍,请核对后重新录入!"; + break; + } } } }