Some
This commit is contained in:
parent
e19fa68a6b
commit
0c4da70df3
@ -30,7 +30,7 @@ namespace DatabaseImplement.Implements
|
|||||||
|
|
||||||
public List<WorkshopViewModel> GetFilteredList(WorkshopSearchModel model)
|
public List<WorkshopViewModel> GetFilteredList(WorkshopSearchModel model)
|
||||||
{
|
{
|
||||||
if (!model.UserId.HasValue && !model.DateFrom.HasValue && !model.DateTo.HasValue)
|
if (!model.UserId.HasValue && !model.DateFrom.HasValue && !model.DateTo.HasValue && !model.DetailId.HasValue)
|
||||||
{
|
{
|
||||||
return new();
|
return new();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user