diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs index 73644c485..a224f0bb4 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs @@ -75,11 +75,11 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement { if (!queryParam["EID"].IsEmpty()) { - strSql.Append(" AND (StatusMark ='1' or StatusMark='2' )"); + strSql.Append(" AND (State ='1' or State='2' )"); } else { - strSql.Append(" AND (StatusMark ='1' or StatusMark='2' ) or EID ='" + user.userId + "'"); + strSql.Append(" AND (State ='1' or State='2' ) or EID ='" + user.userId + "'"); } } }