From c8a9ab01f01ffdf522a5f174d684aff7722a9679 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期四, 17 七月 2025 14:32:10 +0800 Subject: [PATCH] 来料检获取附件信息 --- StandardInterface/MES.Service/service/QC/SJService.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MES.Service/service/QC/SJService.cs b/StandardInterface/MES.Service/service/QC/SJService.cs index db188ef..ed68577 100644 --- a/StandardInterface/MES.Service/service/QC/SJService.cs +++ b/StandardInterface/MES.Service/service/QC/SJService.cs @@ -92,7 +92,7 @@ // result = "鏈娴�" // }).ToList(); // } - public List<QsItemIpiItem> SetQSItems(string itemNo) + public List<QsItemIpiItem> SetQSItems(string? itemNo) { var db = SqlSugarHelper.GetInstance(); @@ -108,6 +108,7 @@ { ProjName = b.ProjName, ItemMod = b.ItemMod, + InspectionMethod = b.InspectionMethod, UsingInstruments = b.UsingInstruments, LevelNum = SqlFunc.IsNull( -- Gitblit v1.9.3