浏览代码

Merge branch 'bugfix/2305_comment' of Neca/HRCenter into BE_dev

pull/135/head
safet.purkovic 3 年前
父节点
当前提交
5ffc75fbdb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Diligent.WebAPI.Business/Services/SelectionProcessService.cs

+ 1
- 0
Diligent.WebAPI.Business/Services/SelectionProcessService.cs 查看文件

@@ -142,6 +142,7 @@ namespace Diligent.WebAPI.Business.Services

process.Status = model.NewStatus;
process.Date = model.Appointment;
process.Comment = model.Comment;

_logger.LogInformation($"Processing changes.");
await _context.SaveChangesAsync();

正在加载...
取消
保存