Browse Source

长阳分支中职
ndbs 1 week ago
parent
commit
2270ee45a6
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

@@ -73,13 +73,13 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
}
else
{
if (!queryParam["CreateUser"].IsEmpty())
if (!queryParam["EID"].IsEmpty())
{
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' )");
}
else
{
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' ) or CreateUser ='" + user.userId + "'");
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' ) or EID ='" + user.userId + "'");
}
}
}


Loading…
Cancel
Save