修复bug
This commit is contained in:
@@ -113,7 +113,7 @@ namespace WMS.Web.Repositories
|
||||
{
|
||||
var res = await _context.MoveBoxRecord
|
||||
.Include(s => s.Details)
|
||||
.Where(f => f.BoxId==boxId)
|
||||
.Where(f => f.BoxId == boxId && f.Type == MoveBoxType.Down)
|
||||
.OrderByDescending(o => o.Id)
|
||||
.ToListAsync();
|
||||
List<BoxDetailResponse> details = new List<BoxDetailResponse>();
|
||||
|
||||
Reference in New Issue
Block a user