소스 검색

教师培训信息角色查询

枝江中职分支
ndbs 1 주 전
부모
커밋
b3ab66f99a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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 + "'");
}
}
}


불러오는 중...
취소
저장