浏览代码

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

临城职教中职
ndbs 2 年前
父节点
当前提交
3fdcbf3f3b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 查看文件

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



正在加载...
取消
保存