Modificacion del where para excluir pot tipo de estado los proyectos de normativos
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C203
This commit is contained in:
parent
a6ee379c73
commit
37a00f4fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ namespace AYA.SlnSinortModel.DAL.Sinort
|
|||
registros.ProyectosNormativos = db.ProyectoNormativo
|
||||
.Include(p => p.TipoProyecto)
|
||||
.Include(p => p.Convocatoria)
|
||||
.Where( x => x.PromotorProyecto == model.UserName && x.IdEstado == EnumTipoEstado.INICIAL || x.Convocatoria.Any(p => p.UsuarioSistema == model.UserName))
|
||||
.Where(x => x.PromotorProyecto == model.UserName && x.IdEstado == EnumTipoEstado.INICIAL || x.Convocatoria.Any(p => p.UsuarioSistema == model.UserName && x.IdEstado == EnumTipoEstado.INICIAL ))
|
||||
.AsNoTracking()
|
||||
.ToList();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue