Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs
@@ -133,7 +133,7 @@ { try { var locateList = GetAllWhereAsync(m => id.Contains(m.Id)).ToList(); var locateList = GetAllWhere(m => id.Contains(m.Id)).ToList(); if (locateList.Count == 0) { throw new Exception($"为查询到id为{id}的储位信息");