323232
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user