Ver código fonte

SaveStudentCompare修改

西昌缴费二期
liangkun 2 anos atrás
pai
commit
57c19ae588
1 arquivos alterados com 1 adições e 1 exclusões
  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 Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar