Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
bjquanjiang
/
DigitalScholl
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
查询条件
枝江中职分支
ndbs
1 semana atrás
pai
50ebe67094
commit
b9d9149c73
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ResearchResult/ResearchResultService.cs
+1
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ResearchResult/ResearchResultService.cs
Ver arquivo
@@ -83,7 +83,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
}
else
{
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' ) or
CreateUser
='" + log.userId + "'");
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' ) or
ProductPerson
='" + log.userId + "'");
}
}
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/TeacherTrain/TeacherTrainService.cs
Ver arquivo
@@ -73,7 +73,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
}
else
{
if (!queryParam["
ProductPerson
"].IsEmpty())
if (!queryParam["
CreateUser
"].IsEmpty())
{
strSql.Append(" AND (StatusMark ='1' or StatusMark='2' )");
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar