diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs index bd518a3a..f781a043 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsInStockService.cs @@ -502,8 +502,8 @@ namespace Tnb.WarehouseMgr { barcode_qty = b.codeqty, in_bill_code = a.bill_code, - out_bill_code = SqlFunc.Subqueryable().Where(it => it.id == c.bill_id).Select(it => it.bill_code), instock_time = a.create_time, + out_bill_code = SqlFunc.Subqueryable().Where(it => it.id == c.bill_id).Select(it => it.bill_code), outstock_time = SqlFunc.Subqueryable().Where(it => it.id == c.bill_id).Select(it => it.create_time), }, true) .ToPagedListAsync(input.currentPage, input.pageSize);