Quellcode durchsuchen

教师培训信息角色查询

长阳分支中职
ndbs vor 2 Wochen
Ursprung
Commit
36d5acb85b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

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


Laden…
Abbrechen
Speichern