From 57c19ae588921a642bfb2f59bdfebf74d07612ab Mon Sep 17 00:00:00 2001 From: liangkun Date: Sat, 8 Oct 2022 17:25:18 +0800 Subject: [PATCH] =?UTF-8?q?SaveStudentCompare=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StuInfoFresh/StuInfoFreshService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs index c051688be..2a200659c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs @@ -2151,7 +2151,7 @@ where bb.StuNo not in (select b.StuNo from StuInfoBasic b where b.StuNo=bb.StuNo stufresh.PhotoCheckStatus = photoCheckStatus; stufresh.IdentPhoto = identPhoto; stufresh.ScenePhoto = scenePhoto; - BaseRepository().Update(stufresh); + BaseRepository("CollegeMIS").Update(stufresh); } } catch (Exception ex)