修复bug
This commit is contained in:
Binary file not shown.
@@ -85,7 +85,7 @@ namespace WMS.Web.Domain.Services
|
||||
var res = await CreateBox(d);
|
||||
if (!res.IsSuccess) return res;
|
||||
dBox = await _boxRepositories.GetByNo(d.DestBoxBillNo);
|
||||
dto.First().DestBoxId = dBox.Id;
|
||||
dto.ForEach(f => f.DestBoxId = dBox.Id);
|
||||
isAddBox = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user