Browse Source

教师培训信息角色查询

枝江中职分支
ndbs 1 week ago
parent
commit
b3ab66f99a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs View File

@@ -75,11 +75,11 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
{ {
if (!queryParam["EID"].IsEmpty()) if (!queryParam["EID"].IsEmpty())
{ {
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' )");
strSql.Append(" AND (State ='1' or State='2' )");
} }
else 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 + "'");
} }
} }
} }


Loading…
Cancel
Save