焊接修改
This commit is contained in:
@@ -654,7 +654,7 @@ namespace BLL
|
||||
join y in db.HJGL_Pipeline on x.PipelineId equals y.PipelineId
|
||||
join z in db.Base_Material on y.MaterialId equals z.MaterialId
|
||||
where x.ProjectId == projectId && y.UnitWorkId == unitWorkId && y.FlowingSection == flowingSection && z.SteelType == steelType
|
||||
&& y.PipeArea == "1" && x.JointAttribute == "预制口"
|
||||
&& y.PipeArea == "1" && x.JointAttribute == "预制口"
|
||||
//&& Convert.ToInt32(x.DNDia.Substring(2, x.DNDia.Length - 2)) < c
|
||||
select x);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user