Explorar el Código

app2.0会议签到 签到时间未生成

临城职教中职
ndbs hace 2 años
padre
commit
3fdcbf3f3b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingSignInRecord/MeetingSignInRecordService.cs

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/MeetingSignInRecord/MeetingSignInRecordService.cs Ver fichero

@@ -222,6 +222,7 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement
if (meetEntity != null) if (meetEntity != null)
{ {
meetEntity.IsSignIn = true; meetEntity.IsSignIn = true;
meetEntity.SignInTime = DateTime.Now;
this.BaseRepository("CollegeMIS").Update(meetEntity); this.BaseRepository("CollegeMIS").Update(meetEntity);
result = true; result = true;




Cargando…
Cancelar
Guardar