本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
Neca
/
HRCenter
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
1
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'bugfix/2305_comment' of Neca/HRCenter into BE_dev
pull/135/head
safet.purkovic
3 年之前
父節點
8be98e6d1c
71368c3cc5
當前提交
5ffc75fbdb
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
顯示文件統計
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();
Write
Preview
Loading…
取消
儲存