采购入库单

This commit is contained in:
2025-11-21 16:21:38 +08:00
parent d5fc4d8fb0
commit 34c32c7e46
4 changed files with 28 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ namespace MyCode.Project.Services.Implementation
// 从BusiOrderGoodsDocIn表获取明细数据
var detailList = _busiOrderGoodsDocInRepository
.Queryable()
.Where(t => t.GoodsdocNo == goodsDocIn.GoodsdocNo)
.Where(t => t.SourceBillNo == goodsDocIn.GoodsdocNo)
.ToList();
if (detailList == null || detailList.Count == 0)