From 6f717c723b89fa21d4eae181a62697cbe799c250 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 08 八月 2025 18:45:21 +0800 Subject: [PATCH] 11 --- MES.Service/service/QC/SJService.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MES.Service/service/QC/SJService.cs b/MES.Service/service/QC/SJService.cs index 58c7532..6b56ca5 100644 --- a/MES.Service/service/QC/SJService.cs +++ b/MES.Service/service/QC/SJService.cs @@ -55,11 +55,11 @@ .WhereIF( StringUtil.IsNotNullOrEmpty(queryObj.Result) && "鏈畬鎴�".Equals(queryObj.Result), - a => a.Result == queryObj.Result) + a => a.FSubmit == null) .WhereIF( StringUtil.IsNotNullOrEmpty(queryObj.Result) && !"鏈畬鎴�".Equals(queryObj.Result), - a => a.Result != "鏈畬鎴�") + a => a.FSubmit != null) .OrderBy(a => a.CreateTime, OrderByType.Desc); var totalCount = data.Count(); var items = data.ToPageList(queryObj.PageIndex, queryObj.Limit); -- Gitblit v1.9.3