ソースを参照

SaveStudentCompare修改

西昌缴费二期
liangkun 2年前
コミット
57c19ae588
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshService.cs

+ 1
- 1
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)


読み込み中…
キャンセル
保存