修复bug
This commit is contained in:
@@ -1354,7 +1354,7 @@ namespace WMS.Web.Domain.Services
|
||||
StockCode = dto.StockCode,
|
||||
SubStockCode = dto.SubStockCode
|
||||
};
|
||||
boxInvent = await _boxInventoryRepositories.Add(box_add);
|
||||
boxInvent = await _boxInventoryRepositories.Add(box_add, isTransaction);
|
||||
if (boxInvent == null) return Result.ReFailure(ResultCodes.DateWriteError);
|
||||
boxInventorys.Add(boxInvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user