Sfoglia il codice sorgente

教师培训信息角色查询

长阳分支中职
ndbs 2 settimane fa
parent
commit
36d5acb85b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva