Merge pull request 'bug fix' (#329) from zhangweiii/pcm-coordinator:master into master
Former-commit-id: 46a48f49e52612165e710ca81e7838c9488af067
This commit is contained in:
commit
e5f079de1e
|
@ -101,6 +101,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t
|
|||
NoticeType: "create",
|
||||
TaskName: req.Name,
|
||||
Incident: "任务创建中",
|
||||
CreatedTime: time.Now(),
|
||||
}
|
||||
result := l.svcCtx.DbEngin.Table("t_notice").Create(¬iceInfo)
|
||||
if result.Error != nil {
|
||||
|
|
Loading…
Reference in New Issue