1
This commit is contained in:
parent
c17369b96d
commit
a48c49fc09
@ -402,7 +402,7 @@ namespace DOAN.Service.MES.mm
|
||||
.Count();
|
||||
|
||||
progress.Preparationed_num = Context.Queryable<MmPreparationTask>().Where(it => it.FkWorkorder == Workorder)
|
||||
.Where(it => it.PreparationStatus == 1)
|
||||
.Where(it => it.PreparationStatus == 2)
|
||||
.Count();
|
||||
if (progress.Preparationed_num == progress.Preparation_all_num)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user