1
This commit is contained in:
parent
f09bb93191
commit
2f7745ffed
@ -253,7 +253,8 @@ public class ProductBigScreenService : BaseService<ProWorkorder>, IProductBigScr
|
||||
public List<WorkOrderBigScreenDto> GetMoudle08()
|
||||
{
|
||||
|
||||
return Context.Queryable<ProWorkorder>().Where(it => it.WorkorderDate == DateTime.Today.AddDays(1))
|
||||
return Context.Queryable<ProWorkorder>().Where(it => it.WorkorderDate == DateTime.Today.AddDays(-1))
|
||||
.Where(it=>it.Status==3)
|
||||
.ToList().Adapt<List<WorkOrderBigScreenDto>>();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user