修复bug
This commit is contained in:
@@ -124,7 +124,7 @@ namespace WMS.Web.Repositories
|
||||
List<int> ids = new List<int>();
|
||||
if (!string.IsNullOrEmpty(dto.Creator))
|
||||
{
|
||||
var staffList = await _basicsRepositories.GetStaffListAsync(_loginRepositories.CompanyId);
|
||||
var staffList = await _basicsRepositories.GetStaffListAsync(companyId);
|
||||
ids = staffList.Where(w => w.Name.Contains(dto.Creator)).Select(s => s.Id).ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user