tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.Dto/TProduct.OpenDto4TestPack/FeatTestPackInfoHelper.cs
@@ -208,7 +208,7 @@
            dto_bench.LastUseTime = _workBenchInfo.LastUseTime;
            dto_bench.LastUseUserID = _workBenchInfo.LastUseUserID;
            dto_bench.UseStatus = _workBenchInfo.UseStatus.ToString();
            dto_bench.PipeIndex = _workBenchInfo.PipeIndex;
            dto_bench.PipelineID = _workBenchInfo.PipelineID;
            dto_bench.PipeParas = _workBenchInfo.PipeParas;
            dto_bench.LinkType = _workBenchInfo.LinkType.ToString();
            //dto_bench.TestMethod = _workBenchInfo.TestMethod;
@@ -254,8 +254,8 @@
                    mp_dto.Name = mp.Name;
                    mp_dto.MonitorType = (OpenDto.eMonitorType)(int)mp.MonitorType;
                    mp_dto.Property = mp.Property;
                    mp_dto.PipeDia = mp.PipeDia;
                    mp_dto.Elevation = mp.Elevation;
                    //mp_dto.PipeDia = mp.PipeDia;
                    //mp_dto.Elevation = mp.Elevation;
                    mp_dto.SortCode = mp.SortCode;
                    if (mp.ValueCoeffParas != null)
                    {
@@ -358,8 +358,8 @@
            if (_testItem.ItemParas != null)
            {
                testItem_dto.ItemParas.NpshJudgeThreshold = _testItem.ItemParas.NpshJudgeThreshold;
                testItem_dto.ItemParas.IsEntendZeroH = _testItem.ItemParas.IsEntendZeroH;
                testItem_dto.ItemParas.FlowInZeroH = _testItem.ItemParas.FlowInZeroH;
                testItem_dto.ItemParas.ExtendPointQ = _testItem.ItemParas.ExtendPointQ;
                testItem_dto.ItemParas.ExtendPointH = _testItem.ItemParas.ExtendPointH;
            }
            testItem_dto.CoordinateParas = _testItem.CoordinateParas;
@@ -429,8 +429,8 @@
                        mp_dto.Name = mp.Name;
                        mp_dto.MonitorType = (OpenDto.eMonitorType)(int)mp.MonitorType;
                        mp_dto.Property = mp.Property;
                        mp_dto.PipeDia = mp.PipeDia;
                        mp_dto.Elevation = mp.Elevation;
                        //mp_dto.PipeDia = mp.PipeDia;
                        //mp_dto.Elevation = mp.Elevation;
                        mp_dto.SortCode = mp.SortCode;
                        if (mp.ValueCoeffParas != null)
                        {