tt
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user