使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
Neca
/
HRCenter
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
1
版本发布
0
百科
动态
浏览代码
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();
撰写
预览
正在加载...
取消
保存