From b2d730bb81dd0b3d400c15379e1e5c049f4e3994 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 6 Jan 2025 14:57:03 +0800 Subject: [PATCH] --- .../PersonnelManagement/ResearchResult/ResearchResultService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ResearchResult/ResearchResultService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ResearchResult/ResearchResultService.cs index 946b6dae4..7a73b4246 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ResearchResult/ResearchResultService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ResearchResult/ResearchResultService.cs @@ -76,7 +76,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement strSql.Append(" AND CreateUser ='" + log.userId + "'"); } else - { + { if (!queryParam["ProductPerson"].IsEmpty()) { strSql.Append(" AND (StatusMark ='1' or StatusMark='2' )");