修改大屏

This commit is contained in:
qianhao.xu
2025-01-15 11:22:18 +08:00
parent 52f625824f
commit e64d00cfdf
3 changed files with 78 additions and 23 deletions

View File

@@ -134,7 +134,7 @@ namespace DOAN.Service.MES.quality.FQC
.RightJoin<ProReportwork01>((t1, t2) => t1.Workorder == t2.Workorder)
.RightJoin<QcFinishedproductDefectCollection>((t1, t2, t3) => t2.Workorder == t3.Workorder)
.Where(predicate.ToExpression())
.GroupBy((t1,t2,t3)=>new { t3.Workorder, t2.PlanNum, t2.FinishNum, t1.productionName, t1.productionCode })
.GroupBy((t1,t2,t3)=>new { t3.Workorder, t2.FinishNum,t1.PlanNum, t1.productionName, t1.productionCode })
.Select((t1, t2, t3) => new ResultFQCShowDto
{
Workorder = t3.Workorder,