From 666283b454e03ef3d143783cbdf8b93ab24dd9de Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Fri, 12 Sep 2025 11:40:14 +0800 Subject: [PATCH] =?UTF-8?q?20250912=20=E4=BF=AE=E6=94=B9=E7=84=8A=E6=8E=A5?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FineUIPro.Web/HJGL/WeldingReport/WeldingStatistical.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HJGL/WeldingReport/WeldingStatistical.aspx.cs b/SGGL/FineUIPro.Web/HJGL/WeldingReport/WeldingStatistical.aspx.cs index 715ab95..86b6097 100644 --- a/SGGL/FineUIPro.Web/HJGL/WeldingReport/WeldingStatistical.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/WeldingReport/WeldingStatistical.aspx.cs @@ -226,11 +226,11 @@ namespace FineUIPro.Web.HJGL.WeldingReport total_jot += Convert.ToInt32(row["total_jot"]); total_din += Convert.ToDouble(row["total_din"]); RemainingDain += Convert.ToDouble(row["RemainingDain"]); + AvgDayCompletedDin += Convert.ToDouble(row["AvgDayCompletedDin"]); lists.Add(areaid); } finished_total_din_bq += Convert.ToDouble(row["finished_total_din_bq"]); - AvgDayCompletedDin += Convert.ToDouble(row["AvgDayCompletedDin"]); finished_current_day_din += Convert.ToDouble(row["finished_current_day_din"]); }