From 5648a24be5fa8b8981c399c09a5d5a306bae1d5e Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期三, 16 七月 2025 08:33:57 +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