2023-04-07-001

This commit is contained in:
2023-04-07 15:26:45 +08:00
parent 933460fa2f
commit 00908cc582
4 changed files with 61 additions and 22 deletions
@@ -384,7 +384,7 @@ namespace FineUIPro.Web.HJGL.TestPackage
Model.PTP_PipelineList newView = new Model.PTP_PipelineList();
newView.PTP_ID = this.PTP_ID;
newView.PipelineId = Grid1.DataKeys[i][0].ToString();
newView.TestMedium = Grid1.DataKeys[i][1].ToString();
newView.TestMedium = Grid1.DataKeys[i][1]?.ToString();
if (!string.IsNullOrEmpty(values.Value<string>("DesignPress").ToString()))
{
newView.DesignPress = Funs.GetNewDecimal(values.Value<string>("DesignPress").ToString());