From 7d0754a7e9ec2937a7a07fa86795691f9226eb32 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 22 七月 2025 21:52:22 +0800 Subject: [PATCH] 11 --- StandardPda/MES.Service/service/QC/SJService.cs | 4 ++-- StandardPda/MES.Service/service/QC/XJService.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/StandardPda/MES.Service/service/QC/SJService.cs b/StandardPda/MES.Service/service/QC/SJService.cs index fcc93ec..f47a65b 100644 --- a/StandardPda/MES.Service/service/QC/SJService.cs +++ b/StandardPda/MES.Service/service/QC/SJService.cs @@ -40,8 +40,8 @@ string[]? lineNo = null; - if (StringUtil.IsNotNullOrEmpty(queryObj.StatusUser)) - lineNo = _baseService.getUserLineNo(queryObj.StatusUser); + // if (StringUtil.IsNotNullOrEmpty(queryObj.StatusUser)) + // lineNo = _baseService.getUserLineNo(queryObj.StatusUser); var data = db.Queryable<SJPageResult>() .WhereIF(lineNo != null && lineNo.Length > 0, diff --git a/StandardPda/MES.Service/service/QC/XJService.cs b/StandardPda/MES.Service/service/QC/XJService.cs index 1d78f60..8127e86 100644 --- a/StandardPda/MES.Service/service/QC/XJService.cs +++ b/StandardPda/MES.Service/service/QC/XJService.cs @@ -115,8 +115,8 @@ string[]? lineNo = null; - if (StringUtil.IsNotNullOrEmpty(queryObj.createUser)) - lineNo = _baseService.getUserLineNo(queryObj.createUser); + // if (StringUtil.IsNotNullOrEmpty(queryObj.createUser)) + // lineNo = _baseService.getUserLineNo(queryObj.createUser); return db .Queryable<QsQaItemXj, Womdaa, MesLine, -- Gitblit v1.9.3