Commit f3ff8f67 by Seniorious

1

parent afc4a833
...@@ -89,7 +89,7 @@ namespace Services ...@@ -89,7 +89,7 @@ namespace Services
} }
} }
inv.DetailList.AddRange(lostInv.Select(s => new InvDetail() inv.DetailList.AddRange(addList.Select(s => new InvDetail()
{ {
invId = s.id, invId = s.id,
typeName = s.typeName, typeName = s.typeName,
...@@ -102,7 +102,7 @@ namespace Services ...@@ -102,7 +102,7 @@ namespace Services
inv.overView = $"盘盈{addList.Count()}件,盘亏{lostList.Count()}件,更新在库{inList.Count()}件"; inv.overView = $"盘盈{addList.Count()}件,盘亏{lostList.Count()}件,更新在库{inList.Count()}件";
return _invSummaryRepository.AddInvLogs(inv, inList, lostList, lostInv); return _invSummaryRepository.AddInvLogs(inv, inList, lostList, addList);
} }
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论