前端:增加自动自检和手动重新自检

This commit is contained in:
hehaibing-1996
2024-06-11 22:25:54 +08:00
parent a40c17e5dc
commit 7f35077c07
3 changed files with 44 additions and 8 deletions

View File

@ -104,11 +104,6 @@ namespace WCS.WebApi.Controllers
{
try
{
//var shelfs = ShelfManager.Shelves
// .WhereIF(request.GroupNames?.Count > 0, t => request.GroupNames!.Contains(t.GroupName))
// .Select(t => t.ShelfCode)
// .ToList();
//直接返回当前内存中缓存的货架和状态
return await _selfCheckService.StartSelfCheckByGroupName(request.GroupNames);
}
catch (Exception ex)