增加未完成注释

This commit is contained in:
18942506660
2023-11-16 14:44:13 +08:00
parent 4f4ba2f0f2
commit 016e980978
2 changed files with 9 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ namespace WMS.Web.Domain.Services
var ex = dto.Details.Select(s => s.MaterialId).Except(outStockTask.Details.Select(s => s.MaterialId)).ToList();
if (ex.Count() > 0)
return Result.ReFailure(ResultCodes.OutStockMaterialError);
//1.需要验证物料对应箱和序列号是否存在库存
var mIds = dto.Details.GroupBy(g => g.MaterialId).Select(s => s.Key).ToList();
OutStock entity = new OutStock();