This commit is contained in:
tongfei
2023-12-07 16:29:52 +08:00
parent 164e71c412
commit 3322bc06fb

View File

@@ -177,7 +177,6 @@ namespace WMS.Web.Domain.Services
if (tast_det != null && tast_det.StockCode != dto.StockCode) if (tast_det != null && tast_det.StockCode != dto.StockCode)
return Result<BoxInStockTaskDto>.ReFailure(ResultCodes.BoxBindTaskDetailsIdNotChoose); return Result<BoxInStockTaskDto>.ReFailure(ResultCodes.BoxBindTaskDetailsIdNotChoose);
} }
//3.组装返回数据 //3.组装返回数据
var result = new BoxInStockTaskDto(); var result = new BoxInStockTaskDto();
result.SourceBillNo = tast.SourceBillNo; result.SourceBillNo = tast.SourceBillNo;