This commit is contained in:
2025-06-17 10:37:50 +08:00
parent 7828dcc618
commit aa59d9b452
4 changed files with 17 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ namespace MyCode.Project.Repositories
,[FBillTaxAmount]
,[PurchaseOrderItemId]
,[FSupplierLot]
,[MSSSupplierLot]
,[MSSSupplierLot],a.[FBILLTYPEID]
,(select FDEMANDBILLNO from [PurchaseOrderItem] bbb where bbb.id=b.[PurchaseOrderItemId] ) as FDEMANDBILLNO
,[PurchaseEntityId] FROM [InvoiceOrder] a left join [InvoiceOrderItem] b on a.id=b.[InvoiceOrderId] ";
var list= this.SelectListPage<InvoiceOrderPageList>(sql, where, search.Page, search.PageSize, " [CreateTime] desc ,FormId,MaterialCode ");