fix(api): убран AsSplitQuery ломало запрос шаблонов
This commit is contained in:
@@ -67,7 +67,6 @@ namespace PARR.API.Controllers.V1
|
|||||||
|
|
||||||
|
|
||||||
var query = robotConfigurationService.Get()
|
var query = robotConfigurationService.Get()
|
||||||
.AsSplitQuery()
|
|
||||||
.Where(t => t.RobotCode == (int)robotCode && t.TaskStatusCode == (int)taskStatusCode);
|
.Where(t => t.RobotCode == (int)robotCode && t.TaskStatusCode == (int)taskStatusCode);
|
||||||
|
|
||||||
switch (robotCode)
|
switch (robotCode)
|
||||||
|
|||||||
Reference in New Issue
Block a user