提交代码
This commit is contained in:
parent
01bd01f244
commit
07ed411a23
|
|
@ -221,7 +221,7 @@ namespace BLL
|
|||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.HJGL_Pipeline_Component newPipeline = new Model.HJGL_Pipeline_Component();
|
||||
pipeline.IsPrint ??= false;
|
||||
pipeline.IsPrint = false;
|
||||
newPipeline.PipelineComponentId = pipeline.PipelineComponentId;
|
||||
newPipeline.PipelineId = pipeline.PipelineId;
|
||||
newPipeline.PreUnit = pipeline.PreUnit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue