From b5a8de5dc5d95a216e87799e8a034609212600dd Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 7 Jan 2026 15:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOAN.Service/MES/Material/MmMaterialService.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DOAN.Service/MES/Material/MmMaterialService.cs b/DOAN.Service/MES/Material/MmMaterialService.cs index e6935b6..fce4565 100644 --- a/DOAN.Service/MES/Material/MmMaterialService.cs +++ b/DOAN.Service/MES/Material/MmMaterialService.cs @@ -185,7 +185,13 @@ namespace DOAN.Service.BZFM var query = Queryable() .Where(predicate.ToExpression()) - .Select(it => new MmMaterialExcelDto; + .Select(it => new MmMaterialExcelDto + .Select(it => new MmMaterialCategoryOptionsDto + { + Label = it.CategoryName, + Value = it.CategoryCode + } + ).ToList() ;