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
修复退档申请书报错
娄底高职分支
hwh2023
9 months ago
parent
731a76e485
commit
8470d061db
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Officermailpage/OfficermailpageService.cs
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/Officermailpage/OfficermailpageService.cs
View File
@@ -72,7 +72,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
{
try
{
return this.BaseRepository("CollegeMIS
For30
").FindEntity<OfficermailpageEntity>(keyValue);
return this.BaseRepository("CollegeMIS").FindEntity<OfficermailpageEntity>(keyValue);
}
catch (Exception ex)
{
Write
Preview
Loading…
Cancel
Save