瀏覽代碼

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();

Loading…
取消
儲存