This commit is contained in:
tongfei
2023-11-07 11:37:51 +08:00
parent d4d4b37e66
commit 40918ca085

View File

@@ -234,7 +234,6 @@ namespace WMS.Web.Domain.Services
var task = await _inStockTaskRepositories.Get(dto.TaskId); var task = await _inStockTaskRepositories.Get(dto.TaskId);
if (task == null) if (task == null)
return Result<ContrastMaterialsResponse>.ReFailure(ResultCodes.OrderNoData); return Result<ContrastMaterialsResponse>.ReFailure(ResultCodes.OrderNoData);
//2.找到箱对应的物料信息 //2.找到箱对应的物料信息
var box = await _boxRepositories.GetByNo(dto.BoxBillNo); var box = await _boxRepositories.GetByNo(dto.BoxBillNo);
if (box == null) if (box == null)