This commit is contained in:
2025-05-13 13:51:53 +08:00
parent 16fc0304f3
commit 29c83dd9da
11 changed files with 45 additions and 5 deletions

View File

@@ -304,6 +304,7 @@ namespace MyCode.Project.Services.Implementation
tiaoMa.FBillNo = order.FBillNo;
tiaoMa.SupplierId = order.SupplierId;
tiaoMa.SupplierName = order.SupplierName;
tiaoMa.InvoceOrderItemId = orderItem.Id;
addList.Add(tiaoMa);
}
if (yu > 0)
@@ -319,6 +320,7 @@ namespace MyCode.Project.Services.Implementation
tiaoMa.FBillNo = order.FBillNo;
tiaoMa.SupplierId = order.SupplierId;
tiaoMa.SupplierName = order.SupplierName;
tiaoMa.InvoceOrderItemId = orderItem.Id;
addList.Add(tiaoMa);
}
if (addList.Count > 0)