This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
监考老师管理导入功能调整
西昌缴费二期
zhangli
2 years ago
parent
f56b0fa338
commit
a7c25a04c4
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Exam_InvigilateTeacher/Exam_InvigilateTeacherService.cs
+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Exam_InvigilateTeacher/Exam_InvigilateTeacherService.cs
View File
@@ -236,6 +236,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
,[ITOrder]
,[ITOrder]
,[ITEnabled])
,[ITEnabled])
select newid(),'{AcademicYearNo}','{Semester}',empname,empno,0,1 from empinfo where checkmark=1
select newid(),'{AcademicYearNo}','{Semester}',empname,empno,0,1 from empinfo where checkmark=1
and empno not in (select empno from Exam_InvigilateTeacher where AcademicYearNo='{AcademicYearNo}' and Semester='{Semester}')
";
";
return this.BaseRepository("CollegeMIS").ExecuteBySql(sql);
return this.BaseRepository("CollegeMIS").ExecuteBySql(sql);
}
}
Write
Preview
Loading…
Cancel
Save