工艺参数列表重写

This commit is contained in:
2024-09-29 09:28:28 +08:00
parent 36268bf1da
commit cd06d414bc
3 changed files with 84 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ namespace Tnb.PerMgr
label_point = a.label_point,
}),
children = SqlFunc.Subqueryable<PerProcessParam>()
.LeftJoin<PerToleranceCategory>((y, z) => y.tolerance_category_id == z.id)
.InnerJoin<PerToleranceCategory>((y, z) => y.tolerance_category_id == z.id)
.Where(y => y.process_param_type_id == x.id)
.OrderBy((y, z) => y.ordinal)
.ToList<ProcessParamTypeChildrenOutput>((y, z) => new ProcessParamTypeChildrenOutput