工艺参数列表重写
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user