From eb62f992f048d3721485d6d3c1e02a4a9a0b0ce6 Mon Sep 17 00:00:00 2001 From: wzp <2880584989@qq.com> Date: 星期二, 01 三月 2022 14:55:27 +0800 Subject: [PATCH] RPT的调整 --- web/web/GwRptAccountUpdate.aspx.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/web/web/GwRptAccountUpdate.aspx.cs b/web/web/GwRptAccountUpdate.aspx.cs index 6024b05..f7f7b58 100644 --- a/web/web/GwRptAccountUpdate.aspx.cs +++ b/web/web/GwRptAccountUpdate.aspx.cs @@ -97,6 +97,9 @@ RptAccount rc = new RptAccount(); rc.Spid = this.Request["Spid"]; rc.Proportion = this.Request["Proportion"]; + rc.TimeSpan = this.Request["TimeSpan"]; + rc.Threshold = this.Request["Threshold"]; + rc.WhitePhone = this.Request["WhitePhone"]; using (GwRptCodeDao gwRptCodeDao = new GwRptCodeDao()) { if (string.IsNullOrEmpty(rc.Proportion) || (string.IsNullOrEmpty(rc.Proportion) )) -- Gitblit v1.9.1