前端:增加自动自检和手动重新自检
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user