From a901fdc2460cc9c1975df5aa8b097f285f40ce59 Mon Sep 17 00:00:00 2001 From: liangkun Date: Thu, 12 Aug 2021 15:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=9C=AA=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E4=B8=93=E4=B8=9A=E4=BF=A1=E6=81=AF=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/CdMajor/CdMajorService.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/EducationalAdministration/CdMajor/CdMajorService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/CdMajor/CdMajorService.cs index f8e7ac7df..d9a477e9b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/CdMajor/CdMajorService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/CdMajor/CdMajorService.cs @@ -221,7 +221,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration var strSql = new StringBuilder(); strSql.Append("SELECT * "); strSql.Append(" FROM CdMajor t "); - strSql.Append(" WHERE 1=1 "); + strSql.Append(" WHERE 1=1 and CheckMark=1 "); if (!string.IsNullOrEmpty(DeptNo)) { dp.Add("DeptNo", DeptNo, DbType.String);