From 78456b712df7ed58cb43ea980395a07c502a356a Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期二, 08 七月 2025 17:49:22 +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